Kevin Sullivan / Mbed 2 deprecated lab2_2

Dependencies:   mbed C12832

Revision:
1:44729c5f024a
Parent:
0:376219f61e79
Child:
2:6bc37de37167
--- a/main.cpp	Sat Jul 18 10:44:27 2020 +0000
+++ b/main.cpp	Sat Jul 18 10:58:42 2020 +0000
@@ -12,5 +12,6 @@
         wait(0.01);
         lcd.locate(0,0); //brings the cursor on the LCD back to the top left corner
         lcd.printf("value = %.2f\n",t); // displays the value on the LCD
+        lcd.printf("value = %.2e\n",t);
     }
 }