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.
Diff: main.cpp
- Revision:
- 16:1be4a1c2d08a
- Parent:
- 13:41bf923cd055
- Child:
- 17:c19b471f05cb
--- a/main.cpp Fri Jan 21 18:23:09 2022 +0000 +++ b/main.cpp Sat Jan 22 13:25:25 2022 +0000 @@ -11,7 +11,7 @@ using namespace std::chrono; -InterruptIn user_button(USER_BUTTON); +InterruptIn user_button(PC_13); DigitalOut led(LED1); bool executeMainTask = false;