Revision 4:b914185995a1, committed 2018-07-13
- Comitter:
- mcm
- Date:
- Fri Jul 13 15:00:01 2018 +0000
- Parent:
- 3:318e993aaf54
- Commit message:
- NOTE: This driver does NOT calculate neither HR nor SpO2 directly, the user must take care of that with the data provided by this driver.
Changed in this revision
MAX30100.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/MAX30100.h Fri Jul 13 14:53:31 2018 +0000 +++ b/MAX30100.h Fri Jul 13 15:00:01 2018 +0000 @@ -137,7 +137,7 @@ // Send data through the UART pc.printf( "Temperature: %0.4f C | IR avrg: %0.4f | RED avrg: %0.4f \r\n", myMAX30100_Data.Temperature, myIRaverage/16.0, myREDaverage/16.0 ); - myState = 0; // Reset the variable + myState = 0; // Reset the variable } myled = 0;