GY-63_MS5611/libraries/BH1750FVI_RT/library.json
2024-07-24 11:05:52 +02:00

24 lines
581 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.3.2",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "BH1750FVI.h"
}