Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: TextLCD TextLCD_HelloWorld_SuperTue mbed-rtos mbed
Fork of TextLCD_HelloWorld_SuperTue by
Revision 5:3c663dd80a47, committed 2017-05-17
- 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);
