web server load-drive and reading sensors based on LPC1768

Dependencies:   DHT22 EthernetNetIf HTTPServer mbed

Revision:
0:3125f39d20b4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LCDPrint/Print.h	Mon Dec 07 14:06:24 2015 +0000
@@ -0,0 +1,24 @@
+#ifndef PRINT_H_
+#define PRINT_H_
+#include "mbed.h"
+#include "TextLCD.h"
+#include "Leitura.h"
+
+
+
+using namespace std;
+
+
+class Print
+{
+public:
+void imprimezero();
+void imprimeTexto();
+void imprimeTemp();
+void imprimeCurr();
+void imprimeCC();
+void imprimeAviso();
+void imprimeAviso2();
+};
+
+#endif
\ No newline at end of file