Projekt TINF 7ABELI

Dependencies:   mbed C12832

Revision:
2:8abff6365ac4
Parent:
1:125e4981a54c
--- 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;
 }