Files
upm/src/hcsr04/hcsr04.json
Abhishek Malik cc3721128e JSON: Fixing new JSONs
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
2017-09-14 22:17:43 -07:00

38 lines
1.3 KiB
JSON

{
"Library": "hcsr04",
"Description": "HC-SR04 Ultrasonic Sensor Library",
"Sensor Class":
{
"hcsr04":
{
"Name": "HC-SR04 Ultrasonic Distance Measuring Sensor",
"Description": "This module defines the HC-SR04 interface for libhcsr04.",
"Aliases": ["hcsr04"],
"Categories": ["ultrasonic", "distance"],
"Connections": ["gpio"],
"Project Type": ["robotics", "safety", "prototyping"],
"Manufacturers": ["sparkfun"],
"Kits": [],
"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": []
}
}
}
}