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

33
src/htu21d/htu21d.json Executable file
View File

@ -0,0 +1,33 @@
{
"Library": "htu21d",
"Description": "API for the HTU21D Temperature & Humidity Sensor",
"Sensor Class":
{
"htu21d":
{
"Brief": "Digital Relative Humidity Sensor with Temperature",
"Description": "HTU21D by Measurement Specialties is a digital humidity sensor with temperature output. RH reports between 0 and 100%, and the temperature range is -40 to +125 degC. Note: getCompRH is the preferred function below (passing true to cause a measurement cycle). If actual values used for the compensated ready are necessary, use the getHumidity(false) and getTemperature(false) functions following the getCompRH call. Also note the sensor should not perform more than a couple of measurements per second to limit the heating of the sensor.",
"Part Numbers": ["htu21d"],
"Categories": ["temperature", "humidity"],
"Connections": ["i2c"],
"Project Type": ["environmental", "prototyping"],
"Manufacturers": ["seeed", "adafruit", "sparkfun"],
"Kits": [],
"Image": "htu21d.jpg",
"Examples":
{
"Java": ["HTU21DSample.java"],
"Python": ["htu21d.py"],
"Node.js": ["htu21d.js"],
"C++": ["htu21d.cxx"],
"C": []
},
"Urls" :
{
"Product Pages": [],
"Datasheets": [],
"Schematics": []
}
}
}
}