GY-63_MS5611/libraries/BH1750FVI_RT/library.json

23 lines
559 B
JSON
Raw Normal View History

2021-01-29 06:31:58 -05:00
{
"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"
},
2021-10-19 10:54:37 -04:00
"version": "0.2.8",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2021-01-29 06:31:58 -05:00
"frameworks": "arduino",
"platforms": "*"
}