mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 17:31:13 +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:
33
src/htu21d/htu21d.json
Executable file
33
src/htu21d/htu21d.json
Executable 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": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user