Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 |
diff -r 318e993aaf54 -r b914185995a1 MAX30100.h --- 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;