Increase delay time to 2 sec and reformat prints.
This commit is contained in:
parent
f9cad2f8f4
commit
82dfd49210
@ -28,6 +28,7 @@ void loop() {
|
||||
uint16_t temperatureValue = readTemperature();
|
||||
Serial.print("Temperature: ");
|
||||
Serial.println(temperatureValue);
|
||||
Serial.print("\n");
|
||||
|
||||
delay(200); // delay in between reads for stability
|
||||
delay(2000); // delay in between reads for stability
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user