Djargo Naeyaert / Mbed OS app-shield-LCD

Dependencies:   C12832

Files at this revision

API Documentation at this revision

Comitter:
djargo
Date:
Mon Feb 10 11:15:27 2020 +0000
Parent:
6:f8cb706c480c
Commit message:
test

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Sep 19 15:25:01 2017 +0000
+++ b/main.cpp	Mon Feb 10 11:15:27 2020 +0000
@@ -9,7 +9,7 @@
     int j=0;
     lcd.cls();
     lcd.locate(0,3);
-    lcd.printf("mbed application shield!");
+    lcd.printf("mbed application shield");
 
     while(true) {   // this is the third thread
         lcd.locate(0,15);