Library for MAX30101 SpO2 and heart rate sensor
Dependents: HeartRate HeartRate proj final_project_ee119 ... more
History
Fixed [Warning] MAX30101.cpp@56,52: narrowing conversion of '(((int)data.MAX30101::InterruptBitField_u::all) & 240)' from 'int' to 'char' inside { } is ill-formed in C++11 [-Wnarrowing]
2017-09-02, by j3 [Sat, 02 Sep 2017 11:57:40 -0700] rev 10
Fixed [Warning] MAX30101.cpp@56,52: narrowing conversion of '(((int)data.MAX30101::InterruptBitField_u::all) & 240)' from 'int' to 'char' inside { } is ill-formed in C++11 [-Wnarrowing]
Fixed SpO2 config enum typos
2017-09-02, by j3 [Sat, 02 Sep 2017 11:51:48 -0700] rev 9
Fixed SpO2 config enum typos
fixed [Warning] MAX30101.cpp@282,43: variable length array 'local_data' is used [-Wvla]
2017-09-02, by j3 [Sat, 02 Sep 2017 11:00:44 -0700] rev 8
fixed [Warning] MAX30101.cpp@282,43: variable length array 'local_data' is used [-Wvla]
Made private I2C member reference due to non copyable restriction on class made by mbed a few updates ago.; ; Removed constructor that uses PinNames, user must pass existing I2C object when instantiating this class.; ;
2017-07-27, by j3 [Thu, 27 Jul 2017 20:40:29 +0000] rev 7
Made private I2C member reference due to non copyable restriction on class made by mbed a few updates ago.; ; Removed constructor that uses PinNames, user must pass existing I2C object when instantiating this class.; ;
updated brief
2017-05-18, by j3 [Thu, 18 May 2017 20:53:46 +0000] rev 6
updated brief
added useful enums
2017-05-05, by j3 [Fri, 05 May 2017 00:25:21 +0000] rev 5
added useful enums
fixed readFifo docs
2017-05-04, by j3 [Thu, 04 May 2017 23:46:46 +0000] rev 4
fixed readFifo docs
Added reading fifo mbr fx. Library requires algorithm to get heart rate or SpO2 readings.
2017-05-04, by j3 [Thu, 04 May 2017 23:44:48 +0000] rev 3
Added reading fifo mbr fx. Library requires algorithm to get heart rate or SpO2 readings.
Added mbr fx implementations
2017-05-01, by j3 [Mon, 01 May 2017 21:00:34 +0000] rev 2
Added mbr fx implementations
NA
2017-04-13, by j3 [Thu, 13 Apr 2017 23:46:22 +0000] rev 1
NA