irrigation system for the ST Nucleo boards

Dependencies:   mbed

Revision:
4:9e223db481da
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Keepad.h	Sat Apr 18 21:06:58 2015 +0000
@@ -0,0 +1,11 @@
+#ifndef KEEPAD_H
+#define KEEPAD_H
+#include "mbed.h"
+
+class Keepad{
+    public:
+    Keepad();
+    int keypad();
+    void keypadIn();
+}; 
+#endif
\ No newline at end of file