my own library

Dependencies:   mbed

Fork of HelloWorld by asha pawar

Revision:
3:966b57ac5efc
Parent:
2:d42b0e3fe08a
--- a/Flasher.h	Wed Nov 25 09:46:48 2015 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-#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