Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of 04-01-Uebung by
Revision 2:c10bfcff99ce, committed 2015-04-17
- Comitter:
 - stefan1691
 - Date:
 - Fri Apr 17 12:53:57 2015 +0000
 - Parent:
 - 1:7f7f61c5830b
 - Commit message:
 - 4.1 LED x Sekunden aufleuchten bei Tastendruck (if, wait)
 
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file | 
--- 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()
 {
    