mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +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
48
src/rgbringcoder/rgbringcoder.json
Normal file
48
src/rgbringcoder/rgbringcoder.json
Normal file
@ -0,0 +1,48 @@
|
||||
{
|
||||
"Library": "rgbringcoder",
|
||||
"Description": "SparkFun RGB RingCoder Library",
|
||||
"Sensor Class": {
|
||||
"rgbringcoder": {
|
||||
"Name": "API for the SparkFun RGB RingCoder",
|
||||
"Description": "This is the UPM Module for the SparkFun RGB RingCode. RGB RingCoder is a breakout board, a circular LED containing 16 LEDs arranged in a ring, and a rotary encoder. The encoder contains an RGB LED as well as a push button function. NOTE: This SparkFun product is retired, and no longer for sale.",
|
||||
"Aliases": ["rgbringcoder", "SparkFun LED RingCoder Breakout - RGB"],
|
||||
"Categories": ["led"],
|
||||
"Connections": ["pwm", "gpio"],
|
||||
"Project Type": ["prototyping"],
|
||||
"Manufacturers": ["SparkFun"],
|
||||
"Image": "rgbringcoder.jpg",
|
||||
"Examples": {
|
||||
"Python": ["rgbringcoder.py"],
|
||||
"Node.js": ["rgbringcoder.js"],
|
||||
"C++": ["rgbringcoder.cxx"]
|
||||
},
|
||||
"Specifications": {
|
||||
"Vsource": {
|
||||
"unit": "V",
|
||||
"min": 3.3,
|
||||
"max": 5.0
|
||||
},
|
||||
"Operating Temperature": {
|
||||
"unit": "°C",
|
||||
"min": -40,
|
||||
"max": 85
|
||||
}
|
||||
},
|
||||
"Platforms": {
|
||||
"Intel Joule Module": {
|
||||
"Notes": ["Might need pull up resistors"]
|
||||
},
|
||||
"Intel Edison": {
|
||||
"Notes": ["Might need pull up resistors"]
|
||||
},
|
||||
"Arduino 101": {
|
||||
"Notes": ["Might need pull up resistors"]
|
||||
}
|
||||
},
|
||||
"Urls": {
|
||||
"Product Pages": ["https://www.sparkfun.com/products/retired/11040"],
|
||||
"Datasheets": ["https://github.com/sparkfun/LED_RingCoder_Breakout"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user