irrigation system for the ST Nucleo boards

Dependencies:   mbed

Revision:
4:9e223db481da
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LCDs.h	Sat Apr 18 21:06:58 2015 +0000
@@ -0,0 +1,15 @@
+#ifndef LCDs_H
+#define LCDs_H
+#include "mbed.h"
+#include <string>
+
+class LCDs{
+    public:
+    LCDs();
+    void lcdinit();
+    void putString(string);
+    void lcdReady();
+    void putData(unsigned char);
+    void lcdcmd(unsigned char);
+}; 
+#endif
\ No newline at end of file