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

View File

@ -0,0 +1,43 @@
{
"Library": "pulsensor",
"Description": "Pulse Sensor library",
"Sensor Class": {
"pulsensor": {
"Name": "C++ API for the Adafruit 3-Wire Pulse Sensor",
"Description": "This is the UPM Module for the Adafruit 3-Wire Pulse Sensor. It can be used by students, artists, athletes, makers, and game & mobile developers who want to easily incorporate live heart-rate data into their projects.",
"Aliases": ["pulsensor", "Pulse Sensor Amped"],
"Categories": ["other"],
"Connections": ["analog"],
"Project Type": ["medical", "prototyping"],
"Manufacturers": ["Adafruit"],
"Image": "pulsensor.jpg",
"Examples": {
"Java": ["PulsensorSample.java"],
"C++": ["pulsensor.cxx"]
},
"Specifications": {
"Vsource": {
"unit": "V",
"min": 3,
"max": 5
},
"Operating Temperature": {
"unit": "°C",
"min": -40,
"max": 85
}
},
"Platforms": {
"Intel Joule Module": {
},
"Intel Edison": {
},
"Arduino 101": {
}
},
"Urls": {
"Product Pages": ["https://www.adafruit.com/product/1093", "https://media.digikey.com/pdf/Data%20Sheets/Pulse%20PDFs/PulseSensorAmpedGettingStartedGuide.pdf"]
}
}
}
}