Added Another set of JSON files(61)

Signed-off-by: msgtfrank <frankww1@gmail.com>
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
msgtfrank
2017-08-07 18:57:15 -07:00
committed by Abhishek Malik
parent db89d872b4
commit 287d716401
61 changed files with 3491 additions and 114 deletions

52
src/rotary/rotary.json Normal file
View File

@ -0,0 +1,52 @@
{
"Library": "rotary",
"Description": "Seeed Rotary Angle Sensor library",
"Sensor Class": {
"rotary": {
"Name": "API for the Seeed Rotary Angle Sensor",
"Description": "This is the UPM Module for the Seeed Rotary Angle Sensor. Provides a set of functions to read the absolute pin value, degrees or radians, and another set to do the same relative to the center of the knob's range.",
"Aliases": ["rotary", "Grove - Rotary Angle Sensor"],
"Categories": ["ainput"],
"Connections": ["analog"],
"Project Type": ["prototyping"],
"Manufacturers": ["Seeed"],
"Kits": ["gsk"],
"Image": "rotary.jpg",
"Examples": {
"Java": ["RotarySample.java"],
"Python": ["rotary.py"],
"Node.js": ["rotary.js"],
"C++": ["rotary.cxx"]
},
"Specifications": {
"Vsource": {
"unit": "V",
"min": 4.75,
"max": 5.25
},
"Operating Temperature": {
"unit": "°C",
"min": -40,
"max": 85
},
"Rotary Angle": {
"unit": "°",
"min": 0,
"max": 300
}
},
"Platforms": {
"Intel Edison": {
"Notes": ["Might need Grove base shield"]
},
"Arduino 101": {
"Notes": ["Might need Grove base shield"]
}
},
"Urls": {
"Product Pages": ["https://www.seeedstudio.com/Grove-Rotary-Angle-Sensor-p-770.html"],
"Datasheets": ["http://wiki.seeed.cc/Grove-Rotary_Angle_Sensor/"]
}
}
}
}