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 03-01-Uebung by
Revision 1:4ef719bf702c, committed 2015-02-21
- Comitter:
- stefan1691
- Date:
- Sat Feb 21 05:37:05 2015 +0000
- Parent:
- 0:531fa4200009
- Child:
- 2:83598aa88c56
- Commit message:
- Kommentar verallgemeinert
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Feb 20 18:28:59 2015 +0000 +++ b/main.cpp Sat Feb 21 05:37:05 2015 +0000 @@ -3,7 +3,7 @@ #include "mbed.h" -DigitalIn button1( PTC9 ); // 1. Taster auf thShield +DigitalIn button1( PTC9 ); // 1. Button auf thShield DigitalOut led( D10 ); // 1. LED auf thShield int main()
