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.
Revision 12:1dc786059083, committed 2021-04-19
- Comitter:
- chrigel
- Date:
- Mon Apr 19 07:04:25 2021 +0000
- Parent:
- 11:af0f165f8761
- Commit message:
- first comit
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Apr 14 12:15:40 2021 +0000 +++ b/main.cpp Mon Apr 19 07:04:25 2021 +0000 @@ -10,7 +10,7 @@ using namespace std::chrono; -InterruptIn user_button(USER_BUTTON); +InterruptIn user_button(USER_BUTTON); //Aenderung um abzukopelln DigitalOut led(LED1); bool executeMainTask = false;