Treehouse Mbed Team / Mbed 2 deprecated APS_DCM1SL

Dependencies:   mbed

Revision:
53:004a9674e922
Parent:
49:65c714a5def2
--- a/inc/clocks.h	Thu Mar 14 00:21:35 2019 +0000
+++ b/inc/clocks.h	Thu Mar 14 03:22:23 2019 +0000
@@ -32,6 +32,9 @@
 #include "globals.h"
 #include "mbed.h"
 
+const float CLK_SLOW = 330;
+const float CLK_FAST = 10;
+
 void initOut(void);
 void flipSlow(void);
 void flipFast(void);