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
43
src/pulsensor/pulsensor.json
Normal file
43
src/pulsensor/pulsensor.json
Normal 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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user