Serial LCD test

Dependencies:   mbed

Revision:
1:92c28d096a2f
Parent:
0:09a8d78b652a
--- a/main.cpp	Thu Aug 05 20:32:39 2010 +0000
+++ b/main.cpp	Mon Jul 11 22:16:06 2011 +0000
@@ -25,7 +25,7 @@
 Serial lcd(p9, p10);  // tx, rx
 
 int main() {
-    
+    wait(2);    //Wait for LCD to power up
     lcd.baud(9600);
     lcd.putc(COMMAND);
     lcd.putc(CLEAR);     //Clear screen