mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
22 lines
539 B
JSON
22 lines
539 B
JSON
{
|
|
"name": "BH1750FVI_RT",
|
|
"keywords": "BH1750FVI, BH1750, Lux, light, GY-30, GY30",
|
|
"description": "Arduino library for BH1750FVI (GY-30) lux sensor. Includes compensation for angle, temperature and (experimental) wavelength.",
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Rob Tillaart",
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/RobTillaart/BH1750FVI_RT.git"
|
|
},
|
|
"version": "0.2.6",
|
|
"frameworks": "arduino",
|
|
"platforms": "*"
|
|
}
|