24 lines
581 B
JSON
Raw Normal View History

2021-01-29 12:31:58 +01: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"
},
2023-10-18 16:41:42 +02:00
"version": "0.3.0",
2021-05-28 14:16:25 +02:00
"license": "MIT",
2023-10-18 16:41:42 +02:00
"frameworks": "*",
2021-12-14 10:53:34 +01:00
"platforms": "*",
"headers": "BH1750FVI.h"
2021-01-29 12:31:58 +01:00
}