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 3:2ff289a7fba1, committed 2020-07-27
- Comitter:
- kevinsullivan
- Date:
- Mon Jul 27 17:04:29 2020 +0000
- Parent:
- 1:6757d2875f4f
- Commit message:
- resets lcd display
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Jul 27 14:49:14 2020 +0000
+++ b/main.cpp Mon Jul 27 17:04:29 2020 +0000
@@ -21,7 +21,7 @@
flash = !flash; // turns LED4 on if off, off if on
wait(0.5); // the instruction to wait for half-second
- lcd.locate(0,0);
+
if(i==0) {
lcd.locate(0,0);
lcd.printf("stand-by \n\r");