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 1:62ee7186e613, committed 2009-11-19
- Comitter:
- simon
- Date:
- Thu Nov 19 10:52:47 2009 +0000
- Parent:
- 0:cec8a24790b9
- Commit message:
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r cec8a24790b9 -r 62ee7186e613 main.cpp
--- a/main.cpp Thu Nov 19 10:51:10 2009 +0000
+++ b/main.cpp Thu Nov 19 10:52:47 2009 +0000
@@ -2,7 +2,7 @@
DigitalOut led1(LED1);
DigitalOut led2(LED2);
-InterruptIn interrupt(p5);
+InterruptIn interrupt(p20);
void foo() {
led1 = !led1;