mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
24 lines
491 B
JSON
24 lines
491 B
JSON
{
|
|
"name": "RAIN",
|
|
"keywords": "RAIN, wet, FC-37, YL-83, HM-RD, LM393",
|
|
"description": "Arduino library for FC-37 analog rain sensor and compatibles.",
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Rob Tillaart",
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/RobTillaart/RAIN.git"
|
|
},
|
|
"version": "0.1.4",
|
|
"license": "MIT",
|
|
"frameworks": "*",
|
|
"platforms": "*",
|
|
"headers": "rain.h"
|
|
}
|