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:
- 48:8e9de9ff1f22
- Parent:
- 47:d10bf65cb7dc
- Child:
- 49:65c714a5def2
--- a/src/main.cpp Sun Mar 10 21:39:14 2019 +0000
+++ b/src/main.cpp Mon Mar 11 18:57:14 2019 +0000
@@ -96,8 +96,8 @@
initOut();
- slowClk.attach(&slowFlip, 3.0);
- fastClk.attach(&fastFlip, 1.5);
+ slowClk.attach(&slowFlip, 2.5);
+ fastClk.attach(&fastFlip, 1.0);
running = FALSE;