4.1 LED x Sekunden aufleuchten bei Tastendruck (if, wait)
Dependencies: mbed
Diff: main.cpp
- Revision:
- 1:7f7f61c5830b
- Parent:
- 0:2f7686722076
- Child:
- 2:c10bfcff99ce
--- a/main.cpp Fri Feb 20 18:45:49 2015 +0000 +++ b/main.cpp Sat Feb 21 07:58:49 2015 +0000 @@ -3,7 +3,7 @@ #include "mbed.h" -DigitalIn button1( PTC9 ); // 1. Taster auf thShield +DigitalIn button1( PTC9, PullUp ); // 1. Taster auf thShield DigitalOut led( D10 ); // 1. LED auf thShield int main()