Proj 324 Final

Fork of ELEC351_Group_T by Plymouth ELEC351 Group T

THREADS.cpp

Committer:
thomasmorris
Date:
2018-05-07
Revision:
53:71f59e195f06
Parent:
48:244d6d81bb52

File content as of revision 53:71f59e195f06:

#include "THREADS.hpp"

//Threads
//Thread t1(osPriorityRealtime); //Sampler Set to a highest priority
Thread t1;
Thread t2;
Thread t3;
Thread t4;
Thread t5;
Thread t6;

//Thread IDs
osThreadId idMain;
osThreadId id1;
osThreadId id2;
osThreadId id3;
osThreadId id4;
osThreadId id5;
osThreadId id6;