Leduc Jean-Baptiste / Mbed 2 deprecated app-shield-LCD-jb-leduc

Dependencies:   C12832 mbed

Fork of app-shield-LCD by Robert Tomczak

Files at this revision

API Documentation at this revision

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