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:
Wai Lun
2017-08-17 14:56:14 -04:00
committed by Abhishek Malik
parent a99e32fc13
commit c5cdfc702c
103 changed files with 4585 additions and 0 deletions

37
src/lpd8806/lpd8806.json Executable file
View 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": []
}
}
}
}