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