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.
Diff: main.cpp
- Revision:
- 4:3446009e2f38
- Parent:
- 3:3d35ab70b565
- Child:
- 7:08f78909dda7
diff -r 3d35ab70b565 -r 3446009e2f38 main.cpp
--- a/main.cpp Mon May 06 19:50:27 2019 +0000
+++ b/main.cpp Tue May 07 19:25:20 2019 +0000
@@ -12,7 +12,8 @@
string option = menu();
begin(option);
- lcd.printString(" END",0,3);
+ lcd.printString(" END",0,5);
+ lcd.refresh();
}
void init() {
@@ -158,4 +159,4 @@
lcd.printString(" Credits!! ",0,0);
lcd.refresh();
-}
\ No newline at end of file
+}