irrigation system for the ST Nucleo boards

Dependencies:   mbed

Revision:
4:9e223db481da
diff -r f57d754b1814 -r 9e223db481da steps.h
--- /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