upm/src/lpd8806/lpd8806.json
Wai Lun c5cdfc702c added JSONs form Blain
Signed-off-by: Wai Lun Poon <wai.lun.poon@intel.com>
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
2017-08-18 11:55:39 -07:00

37 lines
1.2 KiB
JSON
Executable File

{
"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": []
}
}
}
}