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.
Fork of InterruptIn_HelloWorld by
Diff: main.cpp
- Revision:
- 3:f729f0421740
- Parent:
- 2:dc8472f90484
- Child:
- 5:62afaa6c5cb9
diff -r dc8472f90484 -r f729f0421740 main.cpp --- a/main.cpp Fri Mar 27 20:14:27 2015 +0000 +++ b/main.cpp Thu Jan 19 10:41:34 2017 -0600 @@ -15,7 +15,7 @@ */ #include "mbed.h" -InterruptIn button(p5); +InterruptIn button(SW2); DigitalOut led(LED1); DigitalOut flash(LED4);
