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:
1:b5c534165dfe
Parent:
0:88d3b9015f7c
diff -r 88d3b9015f7c -r b5c534165dfe lcd.cpp
--- a/lcd.cpp	Mon Feb 26 11:25:59 2018 +0000
+++ b/lcd.cpp	Wed Mar 14 07:59:21 2018 +0000
@@ -3,7 +3,7 @@
 namespace ProjectOne{
 
     LCD::LCD(PinName firstPin, PinName secondPin, PinName thirdPin, PinName fourthPin, PinName fifthPin) : lcd(firstPin,secondPin,thirdPin,fourthPin,fifthPin){
-    
+ 
     }
 
     void LCD::displayChars(char characters_to_display[]){