Serial LCD test

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
pangsk
Date:
Mon Jul 11 22:16:06 2011 +0000
Parent:
0:09a8d78b652a
Commit message:

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 09a8d78b652a -r 92c28d096a2f main.cpp
--- 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