4.1 LED x Sekunden aufleuchten bei Tastendruck (if, wait)
Dependencies: mbed
Diff: main.cpp
- Revision:
- 2:c10bfcff99ce
- Parent:
- 1:7f7f61c5830b
--- a/main.cpp Sat Feb 21 07:58:49 2015 +0000 +++ b/main.cpp Fri Apr 17 12:53:57 2015 +0000 @@ -3,8 +3,8 @@ #include "mbed.h" -DigitalIn button1( PTC9, PullUp ); // 1. Taster auf thShield -DigitalOut led( D10 ); // 1. LED auf thShield +DigitalIn button1( A0 ); // 1. Taster auf Shield +DigitalOut led( D10 ); // 1. LED auf Shield int main() {