Added another batch of JSONs(39)

Signed-off-by: msgtfrank <frankww1@gmail.com>
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
msgtfrank
2017-08-10 16:26:45 -07:00
committed by Abhishek Malik
parent 0f3f0e02ae
commit b0a842229a
39 changed files with 2842 additions and 87 deletions

53
src/mpr121/mpr121.json Normal file
View File

@ -0,0 +1,53 @@
{
"Library": "mpr121",
"Description": "Seeed/FreeScale MPR121 Touch Sensor library",
"Sensor Class": {
"mpr121": {
"Name": "Seeed/FreeScale MPR121 Touch Sensor",
"Description": "This is the UPM Module for the Seeed/FreeScale MPR121 Touch Sensor. The MPR121 is a capacitive touch sensor controller,features internal intelligence, include an hardware configurable I2C address, an expended filtering system with debounce, and completely independent electrodes with auto-configuration built in. Note: Each touch sensor comes with 4 \"feelers\" that act as capacitive pads for touch detection.",
"Aliases": ["mpr121", "Grove - I2C Touch Sensor"],
"Categories": ["touch"],
"Connections": ["i2c"],
"Project Type": ["prototyping"],
"Manufacturers": ["Seeed", "FreeScale"],
"Kits": ["tsk"],
"Image": "mpr121.jpg",
"Examples": {
"Java": ["MPR121Sample.java"],
"Python": ["mpr121.py"],
"Node.js": ["mpr121.js"],
"C++": ["mpr121.cxx"],
"C": ["mpr121.c"]
},
"Specifications": {
"Vsource": {
"unit": "V",
"min": 3.3,
"max": 5.0
},
"Supply Current": {
"unit": "uA",
"min" : "2",
"max" : "29"
},
"Operating Temperature": {
"unit": "°C",
"min": -40,
"max": 85
}
},
"Platforms": {
"Intel Edison": {
"Notes": ["Might need the Grove base shield"]
},
"Arduino 101": {
"Notes": ["Might need the Grove base shield"]
}
},
"Urls": {
"Product Pages": ["https://www.seeedstudio.com/Grove-I2C-Touch-Sensor-p-840.html"],
"Datasheets": ["https://www.sparkfun.com/datasheets/Components/MPR121.pdf"]
}
}
}
}