ok

Dependencies:   mbed

Fork of g3_waterplay by Mario Simaremare

Revision:
0:ad9362f18797
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Flasher.h	Thu Jun 02 17:53:02 2016 +0000
@@ -0,0 +1,15 @@
+#ifndef MBED_FLASHER_H
+#define MBED_FLASHER_H
+
+#include "mbed.h"
+ 
+class Flasher {
+public:
+    Flasher(PinName pin);
+    void flash(int n);
+  
+private:
+    DigitalOut _pin;
+};
+ 
+#endif
\ No newline at end of file