Lehrer Busch
/
070_LED_SOS_UP_Strukturen_UserButton_AA
070_LED_SOS_UP_Strukturen_UserButton_AA
Revision 2:d49883482bcc, committed 2022-02-24
- Comitter:
- itbusch
- Date:
- Thu Feb 24 06:36:22 2022 +0000
- Parent:
- 1:5bb0b616cdaa
- Commit message:
- 070_LED_SOS_UP_Strukturen_UserButton_AA
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Feb 04 08:50:19 2022 +0000 +++ b/main.cpp Thu Feb 24 06:36:22 2022 +0000 @@ -1,4 +1,4 @@ -/* mbed BuschA, 60_LED_SOS */ +/* mbed BuschA, 70_LED_SOS */ #include "mbed.h" #include "UP_SOS.h" //Initialisiere Ausgangspin und Variable @@ -9,12 +9,11 @@ while (true) { - if (User_Button == 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