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

33
src/lol/lol.json Executable file
View File

@ -0,0 +1,33 @@
{
"Library": "lol",
"Description": "API for the Olimex LoL Array",
"Sensor Class":
{
"lol":
{
"Brief": "Lots of LEDs (LoL) Array Rev A",
"Description": "This module defines the LoL API and implementation for a simple framebuffer.",
"Part Numbers": ["lol"],
"Categories": ["display"],
"Connections": ["gpio"],
"Project Type": ["prototyping"],
"Manufacturers": ["olimex"],
"Kits": [],
"Image": "lol.jpg",
"Examples":
{
"Java": ["LoLSample.java", "LoL_exampleSample.java"],
"Python": [],
"Node.js": [],
"C++": ["lol.cxx"],
"C": []
},
"Urls" :
{
"Product Pages": ["https://www.olimex.com/Products/Duino/Shields/SHIELD-LOL/"],
"Datasheets": [],
"Schematics": []
}
}
}
}