mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
added JSONs form Blain
Signed-off-by: Wai Lun Poon <wai.lun.poon@intel.com> Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
37
src/lpd8806/lpd8806.json
Executable file
37
src/lpd8806/lpd8806.json
Executable file
@ -0,0 +1,37 @@
|
||||
{
|
||||
"Library": "lpd8806",
|
||||
"Description": "API for the LPD8806 RGB LED Strip Controller",
|
||||
"Sensor Class":
|
||||
{
|
||||
"lpd8806":
|
||||
{
|
||||
"Brief": "Digital RGB LED Strip Controller",
|
||||
"Description": "FastPixel* LPD8806 is an RGB LED strip controller.",
|
||||
"Part Numbers": ["lpd8806"],
|
||||
"Categories": ["display"],
|
||||
"Connections": ["spi"],
|
||||
"Project Type": ["lighting", "rgb", "prototyping"],
|
||||
"Manufacturers": ["adafruit"],
|
||||
"Kits": [],
|
||||
"Image": "lpd8806.jpg",
|
||||
"Examples":
|
||||
{
|
||||
"Java": [],
|
||||
"Python": [],
|
||||
"Node.js": [],
|
||||
"C++": ["lpd8806.cxx"],
|
||||
"C": []
|
||||
},
|
||||
"Specifications":
|
||||
{
|
||||
"Operating Voltage": {"unit": "V", "max": 5},
|
||||
},
|
||||
"Urls" :
|
||||
{
|
||||
"Product Pages": ["https://www.adafruit.com/product/306"],
|
||||
"Datasheets": ["https://cdn-learn.adafruit.com/downloads/pdf/digital-led-strip.pdf"],
|
||||
"Schematics": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user