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:f8cb706c480c, committed 2017-09-19
- Comitter:
- sarahmarshy
- Date:
- Tue Sep 19 15:25:01 2017 +0000
- Parent:
- 5:f8ef5e45e488
- Commit message:
- Use mbed OS
Changed in this revision
--- a/main.cpp Fri Aug 01 14:30:24 2014 +0000
+++ b/main.cpp Tue Sep 19 15:25:01 2017 +0000
@@ -13,8 +13,7 @@
while(true) { // this is the third thread
lcd.locate(0,15);
- lcd.printf("Counting : %d",j);
- j++;
+ lcd.printf("Counting : %d",j++);
wait(1.0);
}
}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed-os.lib Tue Sep 19 15:25:01 2017 +0000 @@ -0,0 +1,1 @@ +https://github.com/armmbed/mbed-os/#98ba8acb83cfc65f30a8a0771a27c71443ab093a
--- a/mbed.bld Fri Aug 01 14:30:24 2014 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/6213f644d804 \ No newline at end of file

mbed Application Shield