mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
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:
40
src/grovewater/grovewater.json
Executable file
40
src/grovewater/grovewater.json
Executable 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": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user