Dependencies:   MAX30205 max32630fthr

Fork of MAX30205_Demo by John Greene

Revision:
7:579d8a8c4e8e
Parent:
6:96c0402be8c5
--- a/main.cpp	Thu Dec 14 21:40:34 2017 +0000
+++ b/main.cpp	Tue Mar 06 03:03:42 2018 +0000
@@ -57,6 +57,7 @@
     temp_sensor_sampleTimer.start();    // Start the timer
     
     MAX30205::Configuration_u temp_cfg;
+    temp_cfg.all = 0;  
     uint16_t rawTemperatureRead, temp_conversion_flag;
     float temperature;