We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf989b0 commit cdb0777Copy full SHA for cdb0777
Wearable_BLE_Temperature_Monitor/ble_temp_monitor.ino
@@ -34,7 +34,7 @@ float fever_temp = 100.4;
34
float temp_offset = 0.5;
35
36
// Sensor read delay, in minutes
37
-int sensor_delay = 1;
+int sensor_delay = 5;
38
39
// Measuring your armpit temperature for a minimum of 12 minutes
40
// is equivalent to measuring your core body temperature.
@@ -146,7 +146,7 @@ void loop() {
146
calibration_time-=1;
147
}
148
149
- // shutdown MSP9808 - power consumption ~0.1 mikro Ampere
+ // shutdown MCP9808 - power consumption ~0.1 mikro Ampere
150
Serial.println("Shutting down MCP9808");
151
tempsensor.shutdown_wake(1);
152
0 commit comments