Added the pin outs

Dependencies:   mbed mbed-rtos ShiftReg TextLCD

Revision:
6:347c1f441b94
Parent:
4:1ef122d47bf3
Child:
7:d0159f675b30
--- a/Feedback/Feedback.hpp	Thu Apr 11 11:51:16 2019 +0000
+++ b/Feedback/Feedback.hpp	Thu Apr 11 18:12:31 2019 +0000
@@ -3,14 +3,10 @@
 
 #include "mbed.h"
 #include "rtos.h"
-#include "TextLCD.h"
 
 //Libraries and header file includes
 
 
-extern Serial PC;    //TX, RX
-extern TextLCD Lcd; // rs, e, d4-d7
-
 class FEEDBACK
 {
     public://Public member functions and variables
@@ -18,7 +14,7 @@
     ~FEEDBACK();
     void Init();
     int Post();
-    void FEEDBACK_test();
+    void Test();
     //Public Functions
     
     //Public Variabls