Rev 1.6 - Sample Period Work in progress

Dependencies:   mbed Bitmap N5110 TMP102 Joystick

Revision:
3:dfa8b25cc819
Parent:
2:94cc00f20883
Child:
4:891e1b0fbd1e
diff -r 94cc00f20883 -r dfa8b25cc819 main.cpp
--- a/main.cpp	Wed Dec 08 18:07:26 2021 +0000
+++ b/main.cpp	Fri Dec 10 10:01:00 2021 +0000
@@ -42,7 +42,7 @@
     while (1) {
         
         float T = Tmp_I2C.get_temperature();                                    // Read Temp from I2C Sensor
-        serial.printf("T = %f C\n",T);                                          // Print Value over CoolTerm
+        serial.printf("Room Temperature = %f C\n",T);                                          // Print Value over CoolTerm
         
         wait(1.0);                                                              // small delay - 1s to match the update rate of the sensor (1 Hz)