Added the pin outs

Dependencies:   mbed mbed-rtos ShiftReg TextLCD

Revision:
5:20decc99e50c
Parent:
4:1ef122d47bf3
Child:
6:347c1f441b94
--- a/Setup.hpp	Thu Apr 11 11:37:39 2019 +0000
+++ b/Setup.hpp	Thu Apr 11 11:51:16 2019 +0000
@@ -20,6 +20,7 @@
 //Class instances
 extern POWER POWER_1;
 extern INTERFACE INTERFACE_1;
+extern SCHEDULES SCHEDULES_1;
 //ShiftReg SR1(PA_12, PA_11, PA_10);    //data, store, clock
 
 static Thread Serial_Thread;