mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +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:
40
src/groveeldriver/groveeldriver.json
Executable file
40
src/groveeldriver/groveeldriver.json
Executable file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"Library": "groveeldriver",
|
||||
"Description": "API for the Grove EL Driver Module",
|
||||
"Sensor Class":
|
||||
{
|
||||
"groveeldriver":
|
||||
{
|
||||
"Brief": "Grove Electroluminescent Wire (EL) Driver",
|
||||
"Description": "The Grove EL Driver allows you to easily light up an EL wire with just one single cable.",
|
||||
"Part Numbers": ["groveeldriver"],
|
||||
"Categories": ["lighting", "deprecated"],
|
||||
"Connections": ["gpio"],
|
||||
"Project Type": ["prototyping", "commercial", "wearables"],
|
||||
"Manufacturers": ["seeed"],
|
||||
"Kits": [],
|
||||
"Image": "groveeldriver.jpg",
|
||||
"Examples":
|
||||
{
|
||||
"Java": [],
|
||||
"Python": ["groveeldriver.py"],
|
||||
"Node.js": ["groveeldriver.js"],
|
||||
"C++": ["groveeldriver.cxx"],
|
||||
"C": []
|
||||
},
|
||||
"Specifications":
|
||||
{
|
||||
"Operating Voltage": {"unit": "V", "low": 3.3, "high": 5},
|
||||
"Operating Current": {"unit": "mA", "max": 300},
|
||||
"Supported EL Capacitance": {"unit": "nF", "max": 15}
|
||||
|
||||
},
|
||||
"Urls" :
|
||||
{
|
||||
"Product Pages": ["https://www.seeedstudio.com/Grove-EL-Driver-p-2269.html"],
|
||||
"Datasheets": ["http://wiki.seeed.cc/Grove-EL_Driver/"],
|
||||
"Schematics": ["https://raw.githubusercontent.com/SeeedDocument/Grove-EL_Driver/master/res/Grove-EL_Driver_v1.0.pdf"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user