mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 19:31:15 +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:
39
src/gp2y0a/gp2y0a.json
Executable file
39
src/gp2y0a/gp2y0a.json
Executable file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"Library": "gp2y0a",
|
||||
"Description": "API for the GP2Y0A family of IR Proximity Sensors",
|
||||
"Sensor Class":
|
||||
{
|
||||
"gp2y0a":
|
||||
{
|
||||
"Brief": "Analog Infrared (IR) Based Distance Sensor",
|
||||
"Description": "Sensors of this family return an analog voltage corresponding to the distance of an object from the sensor. The voltage is lower when objects are far away; the voltage increases as objects get closer to the sensor.",
|
||||
"Part Numbers": ["gp2y0a"],
|
||||
"Categories": ["proximity", "light"],
|
||||
"Connections": ["analog"],
|
||||
"Project Type": ["prototyping", "robotics"],
|
||||
"Manufacturers": ["seeed"],
|
||||
"Kits": [],
|
||||
"Image": "gp2y0a.jpg",
|
||||
"Examples":
|
||||
{
|
||||
"Java": ["Gp2y0aExample.java"],
|
||||
"Python": ["gp2y0a.py"],
|
||||
"Node.js": ["gp2y0a.js"],
|
||||
"C++": ["gp2y0a.cxx"],
|
||||
"C": ["gp2y0a.c"]
|
||||
},
|
||||
"Specifications":
|
||||
{
|
||||
"Operating Voltage": {"unit": "V", "low": 2.5, "typ": 5, "high": 7},
|
||||
"Operating Current": {"unit": "mA", "typ": 33, "max": 50},
|
||||
"Measurement Range": {"unit": "cm", "low": 10, "high": 80}
|
||||
},
|
||||
"Urls" :
|
||||
{
|
||||
"Product Pages": ["https://www.seeedstudio.com/Grove-80cm-Infrared-Proximity-Sensor-p-788.html"],
|
||||
"Datasheets": ["http://wiki.seeed.cc/Grove-80cm_Infrared_Proximity_Sensor/"],
|
||||
"Schematics": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user