mirror of
https://github.com/claws/BH1750.git
synced 2026-07-28 04:06:05 +00:00
* This library in Web Registry: http://platformio.org/#!/lib/show/439/BH1750 * Specification: [PlatformIO Library Manager](http://docs.platformio.org/en/latest/librarymanager/index.html) * Integration: [IDE Integration](http://docs.platformio.org/en/latest/ide.html)
13 lines
286 B
JSON
13 lines
286 B
JSON
{
|
|
"name": "BH1750",
|
|
"keywords": "light, sensor",
|
|
"description": "Digital light sensor breakout boards containing the BH1750FVI IC",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/claws/BH1750.git"
|
|
},
|
|
"frameworks": "arduino",
|
|
"platforms": "atmelavr"
|
|
}
|