Revision:
0:a293484a4f43
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Blinker.h	Thu Dec 15 12:21:18 2016 +0000
@@ -0,0 +1,10 @@
+#include "mbed.h"
+include "Blinker.h"
+
+class Blinker {
+    public:
+        Blinker(PinName pin);
+        void blink(int,float);
+    private:
+        DigitalOut led;
+}
\ No newline at end of file