mbed project met ethernet communicatie (UDP) Master/slave

Dependencies:   EthernetInterface LM75B mbed-rtos mbed

Hey

Revision:
0:29eeb74e55c6
Child:
1:db9b9bec0133
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lcdcontrol.h	Tue Mar 13 11:10:03 2018 +0000
@@ -0,0 +1,18 @@
+#ifndef lcdcontrol_h
+#define lcdcontrol_h
+#include "mbed.h"
+#include "C12832A1Z.h"
+
+class LcdControl
+{
+public:  
+    explicit LcdControl(); 
+    void printMode();
+    void printSlave();
+    void printMaster();
+    void printID(int);
+    void lcdReset();
+    void lcdTest(float);
+};
+
+#endif
\ No newline at end of file