app-shield

Dependencies:   C12832 mbed

Fork of app-shield-LCD by Robert Tomczak

Revision:
6:5a51edf4a4a3
Parent:
4:39c7c31b8fb0
--- 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