Lehrer Busch
/
040_LED_SOS_AA
040_LED_SOS_AA
main.cpp@1:8e82cd0cc380, 2022-02-24 (annotated)
- Committer:
- itbusch
- Date:
- Thu Feb 24 06:33:13 2022 +0000
- Revision:
- 1:8e82cd0cc380
- Parent:
- 0:785952ab6af1
040_LED_SOS_AA
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
itbusch | 0:785952ab6af1 | 1 | /* mbed BuschA, 40_LED_SOS |
itbusch | 0:785952ab6af1 | 2 | */ |
itbusch | 0:785952ab6af1 | 3 | |
itbusch | 0:785952ab6af1 | 4 | #include "mbed.h" |
itbusch | 0:785952ab6af1 | 5 | |
itbusch | 0:785952ab6af1 | 6 | //Initialisiere Ausgangspin und Variable |
itbusch | 0:785952ab6af1 | 7 | DigitalOut Boardled(LED1); |
itbusch | 0:785952ab6af1 | 8 | |
itbusch | 0:785952ab6af1 | 9 | int main() |
itbusch | 0:785952ab6af1 | 10 | { |
itbusch | 0:785952ab6af1 | 11 | |
itbusch | 0:785952ab6af1 | 12 | while (true) |
itbusch | 0:785952ab6af1 | 13 | { |
itbusch | 1:8e82cd0cc380 | 14 | // Ergänzen Sie |
itbusch | 0:785952ab6af1 | 15 | } |
itbusch | 0:785952ab6af1 | 16 | } |