Dependencies:   mbed

Revision:
2:a079de4fd5b9
Parent:
0:960b355eaa84
--- a/main_programs/main.cpp	Fri Aug 20 15:31:26 2010 +0000
+++ b/main_programs/main.cpp	Fri Aug 20 15:38:52 2010 +0000
@@ -41,7 +41,7 @@
     int flipped_right = 1;
     int flipped_left = 1;
 
-    TextLCD lcd(p24, p25, p26, p27, p28, p29, p30);
+ 
     // read the current time, and con convert it to a DD/MM/YYYY HH:MM:SS structure
     time_t seconds = time(NULL);
     struct tm *t = localtime(&seconds);