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

24 lines
497 B
JSON
Raw Normal View History

2022-12-04 11:55:37 -05:00
{
"name": "RAIN",
2022-12-06 10:57:55 -05:00
"keywords": "RAIN, wet, FC-37, YL-83, HM-RD, LM393",
"description": "Arduino library for FC-37 analog rain sensor and compatibles.",
2022-12-04 11:55:37 -05:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/RAIN.git"
},
2022-12-06 10:57:55 -05:00
"version": "0.1.2",
2022-12-04 11:55:37 -05:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "rain.h"
}