added JSONs form Blain

Signed-off-by: Wai Lun Poon <wai.lun.poon@intel.com>
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
Wai Lun
2017-08-17 14:56:14 -04:00
committed by Abhishek Malik
parent a99e32fc13
commit c5cdfc702c
103 changed files with 4585 additions and 0 deletions

40
src/grovewater/grovewater.json Executable file
View File

@ -0,0 +1,40 @@
{
"Library": "grovewater",
"Description": "Grove Water Sensor Library",
"Sensor Class":
{
"grovewater":
{
"Brief": "Grove Water Sensor",
"Description": "UPM module for the Grove Water sensor.",
"Part Numbers": ["grovewater"],
"Categories": ["liquid", "deprecated"],
"Connections": ["gpio"],
"Project Type": ["agriculture", "environmental", "prototyping"],
"Manufacturers": ["seeed"],
"Kits": ["eak"],
"Image": "grovewater.jpg",
"Examples":
{
"Java": ["GroveWaterSample.java"],
"Python": ["grovewater.py"],
"Node.js": ["grovewater.js"],
"C++": ["grovewater.cxx"],
"C": []
},
"Specifications":
{
"Operating Voltage": {"unit": "V", "low": 4.7, "high": 5.25},
"Operating Current": {"unit": "mA", "max": 20},
"Working Temperature": {"unit": "degC", "low": 10, "high": 30}
},
"Urls" :
{
"Product Pages": ["https://www.seeedstudio.com/Grove-Water-Sensor-p-748.html"],
"Datasheets": ["http://wiki.seeed.cc/Grove-Water_Sensor/"],
"Schematics": []
}
}
}
}