mirror of
https://github.com/eclipse/upm.git
synced 2025-03-26 18:30:03 +03:00
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"Library": "grovewater",
|
|
"Description": "Grove Water Sensor Library",
|
|
"Sensor Class":
|
|
{
|
|
"GroveWater":
|
|
{
|
|
"Name": "Grove Water Sensor",
|
|
"Description": "UPM module for the Grove Water sensor.",
|
|
"Aliases": ["grovewater"],
|
|
"Categories": ["liquid", "deprecated"],
|
|
"Connections": ["gpio"],
|
|
"Project Type": ["agriculture", "environmental", "prototyping"],
|
|
"Manufacturers": ["seeed"],
|
|
"Kits": ["eak"],
|
|
"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": []
|
|
}
|
|
}
|
|
}
|
|
}
|