Skeleton code. LCD, Serial, Feedback, MOSFETS

Dependencies:   mbed mbed-rtos ShiftReg2 TextLCD

Revision:
4:020f93d35f6e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Setup.hpp	Tue May 07 21:55:57 2019 +0000
@@ -0,0 +1,17 @@
+#ifndef _SETUP_HPP_
+#define _SETUP_HPP_
+//Libraries
+#include "mbed.h"
+#include "rtos.h"  //Real Time Operating System. https://os.mbed.com/handbook/RTOS
+//#include "ShiftReg.h"
+
+
+//Header Files
+#include "Control.hpp"
+//Digital Outputs
+static Thread Control_Interboard_Comms_Thread;
+static Thread Control_power_Thread;
+static Thread Feedback_Thread;
+static Thread Serial_PC_Thread;
+static Thread Serial_Board_Thread;
+#endif //_SETUP_HPP_