Treehouse Mbed Team / Mbed 2 deprecated APS_DCM1SL

Dependencies:   mbed

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;