Diff: MAX30100.h
- Revision:
- 4:b914185995a1
- Parent:
- 3:318e993aaf54
--- 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;