Lehrer Busch
/
060_LED_SOS_UP_Strukturen_CableSwitch_AA
060_LED_SOS_UP_Strukturen_CableSwitch_AA
Diff: main.cpp
- Revision:
- 1:4edbb4d59a34
- Parent:
- 0:47be8595eabc
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