asha pawar
/
HelloWorld
my own library
Fork of HelloWorld by
Diff: Flasher.h
- 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