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", "Library": "ad8232",
"Description": "Single Lead Heart Rate Monitor", "Description": "Single Lead Heart Rate Monitor",
"Sensor Class": "Sensor Class":
{ {
"AD8232": "AD8232":
{ {
"Name": "AD8232 Heart Rate Monitor Library", "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.", "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"], "Aliases": ["ad8232"],
"Categories": ["heartrate"], "Categories": ["heartrate"],
"Connections": ["gpio", "aio"], "Connections": ["gpio", "aio"],
"Project Type": ["medical"], "Project Type": ["medical"],
"Manufacturers": ["sparkfun"], "Manufacturers": ["sparkfun"],
"Kits": [], "Kits": [],
"Image": "ad8232.jpg", "Image": "ad8232.jpg",
"Examples": "Examples":
{ {
"Java": ["Ad8232Example.java"], "Java": ["Ad8232Example.java"],
"Python": ["ad8232.py"], "Python": ["ad8232.py"],
"Node.js": ["ad8232.js"], "Node.js": ["ad8232.js"],
"C++": ["ad8232.cxx"], "C++": ["ad8232.cxx"],
"C": ["bmp280.c"] "C": ["ad8232.c"]
}, },
"Specifications": "Specifications":
{ {
"Vdd": {"unit": "V", "low" : 2.0, "high": 3.5}, "Vdd": {"unit": "V", "low" : 2.0, "high": 3.5},
"ESD Rating": {"unit": "kV", "low": 8} "ESD Rating": {"unit": "kV", "low": 8}
}, },
"Platforms": "Platforms":
{ {
"Intel Joule Module": "Intel Joule Module":
{ {
"Notes": ["Sensor must be driven at 3.3v only."], "Notes": ["Sensor must be driven at 3.3v only."],
"Images": [""] "Images": [""]
} }
}, },
"Urls" : "Urls" :
{ {
"Product Pages": ["https://www.sparkfun.com/products/12650"], "Product Pages": ["https://www.sparkfun.com/products/12650"],
"Datasheets": ["https://cdn.sparkfun.com/datasheets/Sensors/Biometric/AD8232.pdf"], "Datasheets": ["https://cdn.sparkfun.com/datasheets/Sensors/Biometric/AD8232.pdf"],
"Schematics": ["https://cdn.sparkfun.com/datasheets/Sensors/Biometric/AD8232_Heart_Rate_Monitor_v10.pdf"] "Schematics": ["https://cdn.sparkfun.com/datasheets/Sensors/Biometric/AD8232_Heart_Rate_Monitor_v10.pdf"]
} }
} }
} }
} }