Added the pin outs

Dependencies:   mbed mbed-rtos ShiftReg TextLCD

Revision:
4:1ef122d47bf3
Parent:
3:3700f0c29710
Child:
6:347c1f441b94
--- a/Interface/Interface.hpp	Wed Apr 10 11:33:32 2019 +0000
+++ b/Interface/Interface.hpp	Thu Apr 11 11:37:39 2019 +0000
@@ -9,7 +9,7 @@
 
 
 extern Serial PC;    //TX, RX
-extern TextLCD LCD; // rs, e, d4-d7
+extern TextLCD Lcd; // rs, e, d4-d7
 
 class INTERFACE
 {
@@ -19,6 +19,7 @@
     void Init();
     int Post();
     void Serial();
+    void LCD();
     //Public Functions
     
     //Public Variabls