Markus Höbel
/
TINF_Test_STM_Hoebel
Projekt TINF 7ABELI
Revision 2:8abff6365ac4, committed 2018-11-29
- Comitter:
- markus286
- Date:
- Thu Nov 29 18:46:02 2018 +0000
- Parent:
- 1:125e4981a54c
- Commit message:
- Fertig
Changed in this revision
mAIn_1.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/mAIn_1.cpp Thu Nov 29 18:40:07 2018 +0000 +++ b/mAIn_1.cpp Thu Nov 29 18:46:02 2018 +0000 @@ -36,8 +36,8 @@ //Status auf LCD und Serielle lcd.cls(); // löscht LCD (clear screen) lcd.locate(0,0); // x-position, y-position (x: 0-128; y: 0-32) - lcd.printf("State: 1 (EIN)"); - printf("State: 1 (EIN)"); + lcd.printf("State: 1 (Ein)"); + printf("State: 1 (Ein)"); // entry // do @@ -63,8 +63,8 @@ //Status auf LCD und Serielle lcd.cls(); // löscht LCD (clear screen) lcd.locate(0,0); // x-position, y-position (x: 0-128; y: 0-32) - lcd.printf("State: 2 (AUS)"); - printf("State: 2 (AUS)"); + lcd.printf("State: 2 (Aus)"); + printf("State: 2 (Aus)"); // entry @@ -114,8 +114,8 @@ //Status auf LCD und Serielle lcd.cls(); // löscht LCD (clear screen) lcd.locate(0,0); // x-position, y-position (x: 0-128; y: 0-32) - lcd.printf("State: ERROR"); - printf("State: ERROR"); + lcd.printf("State: Error"); + printf("State: Error"); return; }