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

48
src/si1132/si1132.json Executable file
View File

@ -0,0 +1,48 @@
{
"Library": "si1132",
"Description": "UV and visible light sensor library",
"Sensor Class":
{
"SI1132":
{
"Brief": "UV and visible light sensor",
"Description": "The SI1132 sensor determines real-time UV sun exposure and cumulative UV sun exposure and enables accurate light level monitoring under mixed lightings",
"Known As": ["si1132"],
"Categories": ["light"],
"Connections": ["i2c"],
"Project Type": ["prototyping", "industrial"],
"Manufacturers": ["silabs"],
"Kits": [],
"Image": "",
"Examples":
{
"Java": [""],
"Python": [""],
"Node.js": [""],
"C++": ["si1132.cxx"],
"C": [""]
},
"Specifications":
{
"Vdd": {"unit": "v", "low" : 1.7, "high": 3.6},
"Iavg": {"unit": "<22>A", "high": 1.2},
"Temperature Range": {"unit": "C", "low" : -40, "high": 85}
},
"Platforms":
{
"Intel Joule Module":
{
"Notes": [""],
"Images": [""]
}
},
"Urls" :
{
"Product Pages": ["http://www.silabs.com/products/sensors/optical/si1132"],
"Datasheets": ["https://www.silabs.com/documents/public/data-sheets/Si1132.pdf"]
}
},
}
}
}