LIB Test
Diff: SPS.h
- Revision:
- 0:bacf7305d459
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/SPS.h Sun Apr 17 07:59:11 2016 +0000 @@ -0,0 +1,15 @@ +#ifndef SPS_H +#define SPS_H + +#include "mbed.h" + +class SPS { +public: + SPS(PinName pin); + void flash(int n); + +private: + DigitalOut _pin; +}; + +#endif \ No newline at end of file