mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
JSON: Making minor changes
JSONs changed: - lp8860 - max44009 - ms5611 Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
parent
6bfb07e46a
commit
1647d8bc08
@ -21,7 +21,7 @@
|
|||||||
{
|
{
|
||||||
"Vdd": {"unit": "v", "low" : 3, "high": 48},
|
"Vdd": {"unit": "v", "low" : 3, "high": 48},
|
||||||
"Iavg": {"unit": "mA", "low" : 1, "high": 150},
|
"Iavg": {"unit": "mA", "low" : 1, "high": 150},
|
||||||
"Frequency Range": {"unit": "KHz", "low" : 100, "high": 2200},
|
"Frequency Range": {"unit": "KHz", "low" : 100, "high": 2200},
|
||||||
"Temperature Range": {"unit": "C", "low" : -40, "high": 125}
|
"Temperature Range": {"unit": "C", "low" : -40, "high": 125}
|
||||||
},
|
},
|
||||||
"Platforms":
|
"Platforms":
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
{
|
{
|
||||||
"Vdd": {"unit": "v", "low" : 1.7, "high": 3.6},
|
"Vdd": {"unit": "v", "low" : 1.7, "high": 3.6},
|
||||||
"Temperature Range": {"unit": "C", "low" : -40, "high": 85},
|
"Temperature Range": {"unit": "C", "low" : -40, "high": 85},
|
||||||
"Dynamic Range": {"unit": "lux", "low" : 0.045, "high": 188,000}
|
"Dynamic Range": {"unit": "lux", "low" : 0.045, "high": 188000}
|
||||||
},
|
},
|
||||||
"Platforms":
|
"Platforms":
|
||||||
{
|
{
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"MS5611":
|
"MS5611":
|
||||||
{
|
{
|
||||||
"Name": "Barometric Pressure and Temperature Sensor",
|
"Name": "Barometric Pressure and Temperature Sensor",
|
||||||
"Description": "The MS5611 is a high pressure sensor and temperatre sensor module. The main function is to convert the uncompensated analogue voltage from the pressure die to a 24bit digital value, as well as providing a 24 bit value for the temperature ",
|
"Description": "The MS5611 is a high pressure sensor and temperatre sensor module. The main function is to convert the uncompensated analogue voltage from the pressure die to a 24bit digital value, as well as providing a 24 bit value for the temperature ",
|
||||||
"Aliases": ["ms5611"],
|
"Aliases": ["ms5611"],
|
||||||
"Categories": ["pressure", "temperature"],
|
"Categories": ["pressure", "temperature"],
|
||||||
"Connections": ["i2c"],
|
"Connections": ["i2c"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user