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:
Wai Lun
2017-08-17 14:56:14 -04:00
committed by Abhishek Malik
parent a99e32fc13
commit c5cdfc702c
103 changed files with 4585 additions and 0 deletions

39
src/hcsr04/hcsr04.json Executable file
View 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": []
}
}
}
}