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.
Fork of app-shield-LCD by
Revision 6:5a51edf4a4a3, committed 2016-09-30
- Comitter:
- jbleduc
- Date:
- Fri Sep 30 08:23:29 2016 +0000
- Parent:
- 5:f8ef5e45e488
- Commit message:
- ex tp2 mbed
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Aug 01 14:30:24 2014 +0000
+++ b/main.cpp Fri Sep 30 08:23:29 2016 +0000
@@ -9,12 +9,12 @@
int j=0;
lcd.cls();
lcd.locate(0,3);
- lcd.printf("mbed application shield!");
+ lcd.printf("Seconde ecoulees : ");
while(true) { // this is the third thread
lcd.locate(0,15);
- lcd.printf("Counting : %d",j);
+ lcd.printf("%d",j);
j++;
wait(1.0);
}
-}
+}
\ No newline at end of file
