060_LED_SOS_UP_Strukturen_CableSwitch_AA

Files at this revision

API Documentation at this revision

Comitter:
itbusch
Date:
Thu Feb 24 06:35:24 2022 +0000
Parent:
0:47be8595eabc
Commit message:
060_LED_SOS_UP_Strukturen_CableSwitch_AA

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 47be8595eabc -r 4edbb4d59a34 main.cpp
--- a/main.cpp	Mon Jan 31 16:58:37 2022 +0000
+++ b/main.cpp	Thu Feb 24 06:35:24 2022 +0000
@@ -9,12 +9,11 @@
 
     while (true) 
     {
-        if (CableSwitch == false)
-        {
+       //Ergänzen Sie
             UP_SOS_kurz();                  //Funktionsaufruf...
             UP_SOS_lang();
             UP_SOS_kurz();
             thread_sleep_for(2000); //Sleep = Warten...
-        }
+        
     }
 }
\ No newline at end of file