JSON: Adding JSON files for following sensors

hlg150h
    lp8860
    max44009
    ms5611
    si1132

Signed-off-by: sisinty sasmita patra <sisinty.s.patra@intel.com>
This commit is contained in:
sisinty sasmita patra
2017-07-05 07:50:31 -07:00
parent 0cb93331ee
commit 9482d6bb74
5 changed files with 235 additions and 0 deletions

46
src/max44009/max44009.json Executable file
View File

@ -0,0 +1,46 @@
{
"Library": "max44009",
"Description": "Ambient Light Sensor Library",
"Sensor Class":
{
"MAX44009":
{
"Brief": "Digital Humidity, Pressure, and Temperature Sensor",
"Description": "The MAX44009 ambient light sensor features an i2c digital output that is ideal for a number of portable applications such as smartphones, notebooks and industrial sensors.
"Known As": ["max44009"],
"Categories": ["light"],
"Connections": ["i2c"],
"Project Type": ["prototyping", "industrial"],
"Manufacturers": ["Maxim integrated"],
"Kits": [],
"Image": "",
"Examples":
{
"Java": [""],
"Python": [""],
"Node.js": [""],
"C++": ["max44009.cxx"],
"C": [""]
},
"Specifications":
{
"Vdd": {"unit": "v", "low" : 1.7, "high": 3.6},
"Temperature Range": {"unit": "C", "low" : -40, "high": 85},
"Dynamic Range": {"unit": "lux", "low" : 0.045, "high": 188,000}
},
"Platforms":
{
"Intel Joule Module":
{
"Notes": [""],
"Images": [""]
}
},
"Urls" :
{
"Product Pages": ["https://www.maximintegrated.com/en/products/analog/sensors-and-sensor-interface/MAX44009.html"],
"Datasheets": ["https://datasheets.maximintegrated.com/en/ds/MAX44009.pdf"],
}
}
}
}