
irrigation system for the ST Nucleo boards
Diff: Decoder.h
- Revision:
- 4:9e223db481da
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Decoder.h Sat Apr 18 21:06:58 2015 +0000 @@ -0,0 +1,11 @@ +#ifndef Decoder_H +#define Decoder_H +#include "mbed.h" + +class Decoder{ + public: + Decoder(); + int checkIn(); + void control(); +}; +#endif \ No newline at end of file