LCD Demo program for mbed application shield

Dependencies:   C12832

Fork of app-shield-LCD by Chris Styles

Files at this revision

API Documentation at this revision

Comitter:
sarahmarshy
Date:
Tue Sep 19 15:25:01 2017 +0000
Parent:
5:f8ef5e45e488
Commit message:
Use mbed OS

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-os.lib Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show diff for this revision Revisions of this file
--- 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