Craig Evans / Mbed 2 deprecated 2645_TMP102

Dependencies:   mbed

Revision:
2:e3e801b31933
Parent:
1:63221e5c0606
--- a/main.cpp	Mon Feb 15 11:19:44 2016 +0000
+++ b/main.cpp	Thu Feb 18 16:09:50 2016 +0000
@@ -58,7 +58,7 @@
 
         // read temperature and print over serial port
         float T = get_temperature();
-        pc.printf("T = %f K\n",T);
+        pc.printf("T = %f C\n",T);
         // small delay - 1s to match the update rate of the sensor (1 Hz)
         wait(1.0);