mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
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:
48
src/lp8860/lp8860.json
Executable file
48
src/lp8860/lp8860.json
Executable 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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user