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

24 lines
492 B
JSON
Raw Normal View History

2021-05-30 08:16:15 -04:00
{
"name": "TSL235R",
"keywords": "TSL235R, light, frequency, wavelength",
"description": "Library for the TSL235R light to frequency convertor.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/TSL235R.git"
},
2023-11-23 08:06:30 -05:00
"version": "0.1.5",
2021-05-30 08:16:15 -04:00
"license": "MIT",
"frameworks": "*",
2021-12-29 07:37:09 -05:00
"platforms": "*",
"headers": "TSL235R.h"
2021-05-30 08:16:15 -04:00
}