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/lp8860/lp8860.json Executable file
View File

@ -0,0 +1,48 @@
{
"Library": "lp8860",
"Description": "LED Light Controller Library",
"Sensor Class":
{
"LP8860":
{
"Brief": "API for LP8860 LED Lighting Controller",
"Description": "The LP8860-Q1 is an automotive high-efficiency LED driver with boost controller. It has 4 high-precision current sinks that can be controlled by a PWM input signal, an SPI or I2C master, or both ",
"Known As": ["lp8860"],
"Categories": ["light Controller"],
"Connections": ["i2c"],
"Project Type": ["prototyping", "industrial"],
"Manufacturers": ["Texas Instruments"],
"Kits": [],
"Image": "",
"Examples":
{
"Java": [""],
"Python": [""],
"Node.js": [""],
"C++": ["lp8860.cxx"],
"C": [""]
},
"Specifications":
{
"Vdd": {"unit": "v", "low" : 3, "high": 48},
"Iavg": {"unit": "mA", "low" : 1, "high": 150},
"Frequency Range": {"unit": "KHz", "low" : 100, "high": 2200}
"Temperature Range": {"unit": "C", "low" : -40, "high": 125}
},
"Platforms":
{
"Intel Joule Module":
{
"Notes": [""],
"Images": [""]
}
},
"Urls" :
{
"Product Pages": ["http://www.ti.com/product/LP8860-Q1"],
"Datasheets": ["http://www.ti.com/lit/ds/symlink/lp8860-q1.pdf"],
"Schematics": ["http://www.ti.com/general/docs/datasheetdiagram.tsp?genericPartNumber=LP8860-Q1&diagramId=66853"]
}
}
}
}