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

24 lines
446 B
JSON
Raw Normal View History

2024-05-09 14:44:14 -04:00
{
"name": "LTR390",
"keywords": "UV",
"description": "Arduino library for the I2C LTR390 UV sensor.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/LTR390.git"
},
"version": "0.1.1",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "LTR390.h"
}