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

38
src/emg/emg.json Executable file
View File

@ -0,0 +1,38 @@
{
"Library": "emg",
"Description": "Grove EMG Muscle Signal Reader Library",
"Sensor Class":
{
"emg":
{
"Brief": "Electromyography (EMG) Sensor",
"Description": "Grove EMG muscle signal reader gathers small muscle signals, then processes them, and returns the result.",
"Part Numbers": ["emg"],
"Categories": ["electromyography", "medical"],
"Connections": ["analog"],
"Project Type": ["wearables", "computer interfacing", "prototyping"],
"Manufacturers": ["seeed"],
"Kits": [],
"Image": "emg.jpg",
"Examples":
{
"Java": ["Emg.java"],
"Python": ["emg.py"],
"Node.js": ["emg.js"],
"C++": ["emg.cxx"],
"C": ["emg.c"]
},
"Specifications":
{
"Operating Voltage": {"unit": "V", "low": 3.3, "high": 5}
},
"Urls" :
{
"Product Pages": ["https://www.seeedstudio.com/Grove-EMG-Detector-p-1737.html"],
"Datasheets": ["http://wiki.seeed.cc/Grove-EMG_Detector/"],
"Schematics": ["https://raw.githubusercontent.com/SeeedDocument/Grove-EMG_Detector/master/res/Grove-EMG_Sensor_v1.1_SCH.pdf"]
}
}
}
}