PROJ515-MASTER-No-PWM

Dependencies:   mbed mbed-rtos ShiftReg2 TextLCD

Setup.hpp

Committer:
thomasmorris
Date:
2019-05-08
Revision:
5:dbb984e01ded
Parent:
4:020f93d35f6e

File content as of revision 5:dbb984e01ded:

#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_