The official mbed C/C SDK provides the software platform and libraries to build your applications.

Fork of mbed by mbed official

Revision:
98:8ab26030e058
Parent:
89:552587b429a1
--- a/Ticker.h	Tue Apr 14 10:58:58 2015 +0200
+++ b/Ticker.h	Wed Apr 29 10:16:23 2015 +0100
@@ -57,6 +57,11 @@
 class Ticker : public TimerEvent {
 
 public:
+    Ticker() : TimerEvent() {
+    }
+
+    Ticker(const ticker_data_t *const data) : TimerEvent(data) {
+    }
 
     /** Attach a function to be called by the Ticker, specifiying the interval in seconds
      *