upm/src/lpd8806/lpd8806.json
Abhishek Malik 5bdd7a4c03 JSON: Modifying access permissions
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
2017-08-18 12:02:32 -07:00

37 lines
1.2 KiB
JSON

{
"Library": "lpd8806",
"Description": "API for the LPD8806 RGB LED Strip Controller",
"Sensor Class":
{
"lpd8806":
{
"Name": "Digital RGB LED Strip Controller",
"Description": "FastPixel* LPD8806 is an RGB LED strip controller.",
"Aliases": ["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": []
}
}
}
}