ad8232: Fixed copy/paste error in json

bmp280.c -> ad8232.c

Also converted to unix line endings.

Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
Noel Eck 2017-12-05 16:09:06 -08:00
parent b1a49f0d3c
commit d9d48e939f

View File

@ -1,46 +1,46 @@
{
"Library": "ad8232",
"Description": "Single Lead Heart Rate Monitor",
"Sensor Class":
{
"AD8232":
{
"Name": "AD8232 Heart Rate Monitor Library",
"Description": "This module simply spits out the ADC values reported by the sensor, with the intent to send that data, via serial or network port, somewhere to another piece of software running on a computer that plots the data for you, like an EKG.",
"Aliases": ["ad8232"],
"Categories": ["heartrate"],
"Connections": ["gpio", "aio"],
"Project Type": ["medical"],
"Manufacturers": ["sparkfun"],
"Kits": [],
"Image": "ad8232.jpg",
"Examples":
{
"Java": ["Ad8232Example.java"],
"Python": ["ad8232.py"],
"Node.js": ["ad8232.js"],
"C++": ["ad8232.cxx"],
"C": ["bmp280.c"]
},
"Specifications":
{
"Vdd": {"unit": "V", "low" : 2.0, "high": 3.5},
"ESD Rating": {"unit": "kV", "low": 8}
},
"Platforms":
{
"Intel Joule Module":
{
"Notes": ["Sensor must be driven at 3.3v only."],
"Images": [""]
}
},
"Urls" :
{
"Product Pages": ["https://www.sparkfun.com/products/12650"],
"Datasheets": ["https://cdn.sparkfun.com/datasheets/Sensors/Biometric/AD8232.pdf"],
"Schematics": ["https://cdn.sparkfun.com/datasheets/Sensors/Biometric/AD8232_Heart_Rate_Monitor_v10.pdf"]
}
}
}
}
{
"Library": "ad8232",
"Description": "Single Lead Heart Rate Monitor",
"Sensor Class":
{
"AD8232":
{
"Name": "AD8232 Heart Rate Monitor Library",
"Description": "This module simply spits out the ADC values reported by the sensor, with the intent to send that data, via serial or network port, somewhere to another piece of software running on a computer that plots the data for you, like an EKG.",
"Aliases": ["ad8232"],
"Categories": ["heartrate"],
"Connections": ["gpio", "aio"],
"Project Type": ["medical"],
"Manufacturers": ["sparkfun"],
"Kits": [],
"Image": "ad8232.jpg",
"Examples":
{
"Java": ["Ad8232Example.java"],
"Python": ["ad8232.py"],
"Node.js": ["ad8232.js"],
"C++": ["ad8232.cxx"],
"C": ["ad8232.c"]
},
"Specifications":
{
"Vdd": {"unit": "V", "low" : 2.0, "high": 3.5},
"ESD Rating": {"unit": "kV", "low": 8}
},
"Platforms":
{
"Intel Joule Module":
{
"Notes": ["Sensor must be driven at 3.3v only."],
"Images": [""]
}
},
"Urls" :
{
"Product Pages": ["https://www.sparkfun.com/products/12650"],
"Datasheets": ["https://cdn.sparkfun.com/datasheets/Sensors/Biometric/AD8232.pdf"],
"Schematics": ["https://cdn.sparkfun.com/datasheets/Sensors/Biometric/AD8232_Heart_Rate_Monitor_v10.pdf"]
}
}
}
}