Fork of Smoothie to port to mbed non-LPC targets.

Dependencies:   mbed

Fork of Smoothie by Stéphane Cachat

Revision:
3:f151d08d335c
Parent:
2:1df0b61d3b5a
--- a/libs/SlowTicker.h	Fri Feb 28 18:52:52 2014 -0800
+++ b/libs/SlowTicker.h	Sun Mar 02 06:33:08 2014 +0000
@@ -19,7 +19,6 @@
 
 #include "libs/Pin.h"
 
-#include "system_LPC17xx.h" // for SystemCoreClock
 #include <math.h>
 
 class SlowTicker : public Module{
@@ -60,6 +59,7 @@
 protected:
     int flag_1s_count;
     volatile int flag_1s_flag;
+    Ticker ticker;
 };