ad8232: Initial Implementation
This driver implements support for the Sparkfun Single Lead Heart Rate Monitor, based on the AD8232 chip. It simply outputs ADC data that needs to be sent somewhere for plotting. The Sparkfun page has some suggestions. Alternatively, if you have an oscilliscope that supports a 'Roll' mode, you can get an EKG-like display by measuring the OUT pin. https://www.sparkfun.com/products/12650 Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
committed by
Mihai Tudor Panu
parent
c8d0aee873
commit
517f6c1e88
5
src/ad8232/CMakeLists.txt
Normal file
5
src/ad8232/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
set (libname "ad8232")
|
||||
set (libdescription "upm ad8232 heart rate monitor")
|
||||
set (module_src ${libname}.cxx)
|
||||
set (module_h ${libname}.h)
|
||||
upm_module_init()
|
||||
Reference in New Issue
Block a user