upm/src/emg/emg.json
Abhishek Malik 5bdd7a4c03 JSON: Modifying access permissions
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
2017-08-18 12:02:32 -07:00

38 lines
1.4 KiB
JSON

{
"Library": "emg",
"Description": "Grove EMG Muscle Signal Reader Library",
"Sensor Class":
{
"emg":
{
"Name": "Electromyography (EMG) Sensor",
"Description": "Grove EMG muscle signal reader gathers small muscle signals, then processes them, and returns the result.",
"Aliases": ["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"]
}
}
}
}