mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 17:31:13 +03:00
fixed JSON keys
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:

committed by
Abhishek Malik

parent
c5cdfc702c
commit
3ca7889755
@ -5,9 +5,9 @@
|
||||
{
|
||||
"htu21d":
|
||||
{
|
||||
"Brief": "Digital Relative Humidity Sensor with Temperature",
|
||||
"Name": "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"],
|
||||
"Aliases": ["htu21d"],
|
||||
"Categories": ["temperature", "humidity"],
|
||||
"Connections": ["i2c"],
|
||||
"Project Type": ["environmental", "prototyping"],
|
||||
|
Reference in New Issue
Block a user