LCD Demo program for mbed application shield
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
diff -r f8ef5e45e488 -r f8cb706c480c main.cpp --- 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); } }
diff -r f8ef5e45e488 -r f8cb706c480c mbed-os.lib --- /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
diff -r f8ef5e45e488 -r f8cb706c480c mbed.bld --- 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