Added the pin outs

Dependencies:   mbed mbed-rtos ShiftReg TextLCD

Revision:
6:347c1f441b94
Parent:
5:20decc99e50c
--- a/Setup.hpp	Thu Apr 11 11:51:16 2019 +0000
+++ b/Setup.hpp	Thu Apr 11 18:12:31 2019 +0000
@@ -21,10 +21,12 @@
 extern POWER POWER_1;
 extern INTERFACE INTERFACE_1;
 extern SCHEDULES SCHEDULES_1;
+extern FEEDBACK FEEDBACK_1;
 //ShiftReg SR1(PA_12, PA_11, PA_10);    //data, store, clock
 
 static Thread Serial_Thread;
 static Thread LCD_Thread;
 static Thread LED_Thread;
 static Thread Schedules_Thread;
+static Thread Feedback_Thread;
 #endif //_SETUP_HPP_