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

24 lines
598 B
JSON
Raw Normal View History

2022-11-27 14:26:03 -05:00
{
"name": "TSL260R",
"keywords": "TSL260R,TSL261R,TSL262R,infrared, voltage, wavelength",
"description": "Arduino library for the TSL260R, TSL261R and TSL262R infrared to voltage convertor. Includes wavelength compensation. 940 nanoMeter is default.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/TSL260R.git"
},
2023-02-18 10:02:16 -05:00
"version": "0.1.3",
2022-11-27 14:26:03 -05:00
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "TSL260R.h"
}