max30100: Initial commit - MAX30100 pulse oximeter
* c/c++ source
* java/js/python/c/c++ examples
* Doc image (png)
* Tested on Intel Edison
* TODO: Tuning for SpO2 reading
Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
9
src/max30100/CMakeLists.txt
Normal file
9
src/max30100/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
upm_mixed_module_init (NAME max30100
|
||||
DESCRIPTION "Pulse oximeter and heart-rate sensor"
|
||||
C_HDR max30100.h
|
||||
C_SRC max30100.c
|
||||
CPP_HDR max30100.hpp
|
||||
CPP_SRC max30100.cxx
|
||||
FTI_SRC max30100_fti.c
|
||||
CPP_WRAPS_C
|
||||
REQUIRES mraa)
|
||||
Reference in New Issue
Block a user