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:
39
src/hcsr04/hcsr04.json
Executable file
39
src/hcsr04/hcsr04.json
Executable file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"Library": "hcsr04",
|
||||
"Description": "HC-SR04 Ultrasonic Sensor Library",
|
||||
"Sensor Class":
|
||||
{
|
||||
"hcsr04":
|
||||
{
|
||||
"Brief": "HC-SR04 Ultrasonic Distance Measuring Sensor",
|
||||
"Description": "This module defines the HC-SR04 interface for libhcsr04.",
|
||||
"Part Numbers": ["hcsr04"],
|
||||
"Categories": ["ultrasonic", "distance"],
|
||||
"Connections": ["gpio"],
|
||||
"Project Type": ["robotics", "safety", "prototyping"],
|
||||
"Manufacturers": ["sparkfun"],
|
||||
"Kits": [],
|
||||
"Image": "hcsr04.jpg",
|
||||
"Examples":
|
||||
{
|
||||
"Java": ["HCSR04Sample.java"],
|
||||
"Python": ["hcsr04.py"],
|
||||
"Node.js": ["hcsr04.js"],
|
||||
"C++": ["hcsr04.cxx"],
|
||||
"C": ["hcsr04.c"]
|
||||
},
|
||||
"Specifications":
|
||||
{
|
||||
"Operating Voltage": {"unit": "V", "typ": 5},
|
||||
"Operating Current": {"unit": "mA", "typ": 15},
|
||||
"Measurement Range": {"unit": "cm", "low": 2, "high": 400}
|
||||
},
|
||||
"Urls" :
|
||||
{
|
||||
"Product Pages": ["https://www.sparkfun.com/products/13959"],
|
||||
"Datasheets": ["https://cdn.sparkfun.com/datasheets/Sensors/Proximity/HCSR04.pdf"],
|
||||
"Schematics": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user