Part One of my Project Course. Implementation of simple I/O and a custom defined protocol over UDP/IP.

Dependencies:   C12832 LM75B mbed EthernetInterface mbed-rtos

Revision:
3:538e17979246
Parent:
2:6bfe732ba6bc
--- a/master.h	Mon Mar 19 11:32:54 2018 +0000
+++ b/master.h	Fri Mar 23 13:42:13 2018 +0000
@@ -50,7 +50,7 @@
             masterStates CurrentMasterState;
 
             char inputCommandArray[512];
-            char client_id[3];
+            char client_id[4];
             int char_counter_command, char_counter_id;
             
             int masterId;