eka sinambela
/
g3_waterplay
ok
Fork of g3_waterplay by
Flasher.h
- Committer:
- mariosimaremare
- Date:
- 2016-06-02
- Revision:
- 0:ad9362f18797
File content as of revision 0:ad9362f18797:
#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