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

View 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"]
}
}
}
}