Proj 324 Final

Fork of ELEC351_Group_T by Plymouth ELEC351 Group T

THREADS.cpp

Committer:
thomasmorris
Date:
2018-08-15
Revision:
57:aba1296e51b1
Parent:
53:71f59e195f06

File content as of revision 57:aba1296e51b1:

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