A classy affair

Dependencies:   mbed mbed-rtos ShiftReg TextLCD

Revision:
4:1ef122d47bf3
Parent:
3:3700f0c29710
Child:
5:20decc99e50c
--- a/Setup.hpp	Wed Apr 10 11:33:32 2019 +0000
+++ b/Setup.hpp	Thu Apr 11 11:37:39 2019 +0000
@@ -11,6 +11,8 @@
 #include "Interface.hpp"
 #include "Power.hpp"
 #include "Post.hpp"
+#include "Schedules.hpp"
+#include "Feedback.hpp"
 //Digital Outputs
 extern DigitalOut myled;    //Onboard LED
 
@@ -21,5 +23,7 @@
 //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;
 #endif //_SETUP_HPP_