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:
- 2:39e295fcc23d
- Parent:
- 1:fdcb0bfe75b7
- Child:
- 3:be25235bbac5
--- a/main.cpp Mon Oct 12 23:22:33 2020 +0000 +++ b/main.cpp Mon Oct 12 23:30:08 2020 +0000 @@ -6,7 +6,7 @@ Ticker tickerLED3; DigitalOut LEDOut1(LED1); DigitalOut LEDOut3(LED3); -InterruptIn button(p18); +InterruptIn button(p17); Timer debounce; void toggle(void);