mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 09:51:14 +03:00
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:

committed by
Abhishek Malik

parent
db89d872b4
commit
287d716401
58
src/rotaryencoder/rotaryencoder.json
Normal file
58
src/rotaryencoder/rotaryencoder.json
Normal file
@ -0,0 +1,58 @@
|
||||
{
|
||||
"Library": "rotaryencoder",
|
||||
"Description": "Grove Rotary Encoder library",
|
||||
"Sensor Class": {
|
||||
"rotaryencoder": {
|
||||
"Name": "API for the Grove Rotary Encoder",
|
||||
"Description": "This is the UPM Module for the Grove Rotary Encoder. This rotary encoder encodes a rotation signal into electronic pulses that can be used to measure rotation and direction. It is useful in cases where a rotary knob is required, but using a potentiometer is not desirable. A rotary encoder can turn a full 360 degrees without a stop and does not place a resistive load on the circuit, as is the case with a potentiometer.",
|
||||
"Aliases": ["rotaryencoder", "Rotary Encoder", "Grove - Encoder"],
|
||||
"Categories": ["other"],
|
||||
"Connections": ["gpio"],
|
||||
"Project Type": ["prototyping", "commercial"],
|
||||
"Manufacturers": ["Seeed"],
|
||||
"Kits": ["hak"],
|
||||
"Image": "rotaryencoder.jpg",
|
||||
"Examples": {
|
||||
"Java": ["RotaryEncoderSample.java"],
|
||||
"Python": ["rotaryencoder.py"],
|
||||
"Node.js": ["rotaryencoder.js"],
|
||||
"C++": ["rotaryencoder.cxx"],
|
||||
"C": ["rotaryencoder.c"]
|
||||
},
|
||||
"Specifications": {
|
||||
"Vsource": {
|
||||
"unit": "V",
|
||||
"min": 4.5,
|
||||
"max": 5.5
|
||||
},
|
||||
"Supply Current": {
|
||||
"unit": "mA",
|
||||
"min": 10,
|
||||
"max": 30
|
||||
},
|
||||
"Operating Temperature": {
|
||||
"unit": "°C",
|
||||
"min": -40,
|
||||
"max": 85
|
||||
},
|
||||
"Rotary Angle": {
|
||||
"unit": "°",
|
||||
"min": 0,
|
||||
"max": 360
|
||||
}
|
||||
},
|
||||
"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-Encoder-p-1352.html"],
|
||||
"Datasheets": ["http://wiki.seeed.cc/Grove-Encoder/"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user