PROJ515 / Mbed 2 deprecated PROJ514-MASTER

Dependencies:   mbed mbed-rtos ShiftReg2 TextLCD

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Setup.hpp Source File

Setup.hpp

00001 #ifndef _SETUP_HPP_
00002 #define _SETUP_HPP_
00003 //Libraries
00004 #include "mbed.h"
00005 #include "rtos.h"  //Real Time Operating System. https://os.mbed.com/handbook/RTOS
00006 //#include "ShiftReg.h"
00007 
00008 
00009 //Header Files
00010 #include "Control.hpp"
00011 //Digital Outputs
00012 static Thread Control_Interboard_Comms_Thread;
00013 static Thread Control_power_Thread;
00014 static Thread Feedback_Thread;
00015 static Thread Serial_PC_Thread;
00016 static Thread Serial_Board_Thread;
00017 #endif //_SETUP_HPP_