mirror of
https://github.com/eclipse/upm.git
synced 2025-07-03 02:11:15 +03:00
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:
33
src/lol/lol.json
Executable file
33
src/lol/lol.json
Executable 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": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user