![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
030_LED_blink_thread_AA
Revision 1:a1a13b950ded, committed 2022-02-04
- Comitter:
- itbusch
- Date:
- Fri Feb 04 07:18:38 2022 +0000
- Parent:
- 0:383080487f30
- Commit message:
- 030_LED_blink_thread
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 383080487f30 -r a1a13b950ded main.cpp --- a/main.cpp Mon Jan 31 15:51:40 2022 +0000 +++ b/main.cpp Fri Feb 04 07:18:38 2022 +0000 @@ -3,7 +3,7 @@ #include "mbed.h" // Blinking rate in milliseconds //defines -#define BLINKING_RATE_MS 1000 +#define BLINKING_RATE_MS 1000 //Wartezeit festlegen //Initialisiere Ausgangspin und Variable DigitalOut Boardled(LED1);