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.
Dependencies: mbed
Diff: src/main.cpp
- Revision:
- 49:65c714a5def2
- Parent:
- 48:8e9de9ff1f22
- Child:
- 52:2b3b194144da
--- a/src/main.cpp	Mon Mar 11 18:57:14 2019 +0000
+++ b/src/main.cpp	Tue Mar 12 22:16:03 2019 +0000
@@ -98,6 +98,7 @@
     
     slowClk.attach(&slowFlip, 2.5);
     fastClk.attach(&fastFlip, 1.0);
+    ILR_enable.rise(&ILR);
 
     running = FALSE;