56

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