Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 1:92c28d096a2f, committed 2011-07-11
- 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