From d9d48e939fa8725e622ad5f70cfc939867b273f8 Mon Sep 17 00:00:00 2001 From: Noel Eck Date: Tue, 5 Dec 2017 16:09:06 -0800 Subject: [PATCH] ad8232: Fixed copy/paste error in json bmp280.c -> ad8232.c Also converted to unix line endings. Signed-off-by: Noel Eck --- src/ad8232/ad8232.json | 92 +++++++++++++++++++++--------------------- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/src/ad8232/ad8232.json b/src/ad8232/ad8232.json index fbdc2b36..4e31d6c1 100644 --- a/src/ad8232/ad8232.json +++ b/src/ad8232/ad8232.json @@ -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"] + } + } + } +}