Program reads temperature from internal thermo meter and voltage on A0. Both values are displayed on LCD

Dependencies:   Freetronics_16x2_LCD mbed

Fork of Freetronics_16x2_LCD by Shields

Revision:
1:cb23381652eb
Parent:
0:4a0b425b71ff
Child:
2:4e0ed7dc6420
--- a/main.cpp	Thu Mar 13 17:12:55 2014 +0000
+++ b/main.cpp	Fri Jul 25 10:52:39 2014 +0000
@@ -19,6 +19,6 @@
     while (i++) {
         lcd.setCursorPosition(1, 8);
         lcd.printf("%d", i);
-        wait(0.01);
+        wait(0.001);
     }
 }