nggawe library dewe iku apik

Fork of flash by Ahmad riski

Revision:
0:0faf76403321
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/flash.h	Sun Sep 16 15:20:09 2018 +0000
@@ -0,0 +1,15 @@
+#ifndef MBED_FLASH_H
+#define MBED_FLASH_H
+ 
+#include "mbed.h"
+ 
+class Flasher {
+public:
+    Flasher(PinName pin);
+    void flash(int n);
+  
+private:  
+    DigitalOut _pin;
+};
+ 
+#endif
\ No newline at end of file