Simple program for the TextLCD library, with switch and LED

Dependencies:   TextLCD TextLCD_HelloWorld_SuperTue mbed-rtos mbed

Fork of TextLCD_HelloWorld_SuperTue by Tue Myren

Files at this revision

API Documentation at this revision

Comitter:
myren
Date:
Wed May 17 08:19:20 2017 +0000
Parent:
4:e97e3c1442d2
Commit message:
SuperTue's Praktikant Program

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed May 17 08:07:09 2017 +0000
+++ b/main.cpp	Wed May 17 08:19:20 2017 +0000
@@ -47,7 +47,7 @@
     Thread thread(CheckBtn_thread);
     lcd_txt.cls();
     lcd_txt.locate(0,0);
-    lcd_txt.printf("****Test_Program*****");LCD_Text
+    lcd_txt.printf("****TestProgram*****");
     //LCD_Text ="****TestProgram****";
     //lcd_txt.printf("%s",LCD_Text);