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

45
src/hlg150h/hlg150h.json Executable file
View File

@ -0,0 +1,45 @@
{
"Library": "hlg150h",
"Description": "Light Controller Library",
"Sensor Class":
{
"HLG150H":
{
"Brief": "Lighting Power Supply Controller",
"Description": "HLG series single output LED power supply features universal AC input, protection for short circuit, overload, over voltage and over temperature",
"Known As": ["hlg150h"],
"Categories": ["lightcontroller"],
"Connections": ["pwm"],
"Project Type": ["prototyping", "industrial"],
"Manufacturers": ["meanwell"],
"Kits": [],
"Image": "hlg150h.jpg",
"Examples":
{
"C++": ["hlg150h.cxx"]
},
"Specifications":
{
"Vdd": {"unit": "v", "low" : 1.7, "high": 3.6},
"Ioff" : {"unit": "mA", "low" : 0.0, "high": 0.0},
"Iavg": {"unit": "mA", "low" : 1, "high": 2},
"Pressure Range": {"unit": "hpA", "low" : 300, "high": 1100},
"Voltage Range": {"unit": "C", "low" : -40, "high": 85}
},
"Platforms":
{
"Intel Joule Module":
{
"Notes": [""],
"Images": [""]
}
},
"Urls" :
{
"Product Pages": ["https://www.meanwell-web.com/en/product-info/ac-dc-power-supply/led-driver/101-180-w-led-driver/hlg-150h/product/HLG-150H-24B"],
"Datasheets": ["http://www.mouser.com/ds/2/260/r1755_3-1109742.pdf"],
"Schematics": ["http://www.mouser.com/ds/2/260/HLG-150H-SPEC-806071.pdf"]
}
},
}
}