Files
upm/src/lol/lol.json
malikabh 76949d9358 JSON: Correcting the Sensor Class field
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
2018-01-16 15:23:33 -05:00

33 lines
1011 B
JSON

{
"Library": "lol",
"Description": "API for the Olimex LoL Array",
"Sensor Class":
{
"LoL":
{
"Name": "Lots of LEDs (LoL) Array Rev A",
"Description": "This module defines the LoL API and implementation for a simple framebuffer.",
"Aliases": ["lol"],
"Categories": ["display"],
"Connections": ["gpio"],
"Project Type": ["prototyping"],
"Manufacturers": ["olimex"],
"Kits": [],
"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": []
}
}
}
}