Proj 324 Final

Fork of ELEC351_Group_T by Plymouth ELEC351 Group T

THREADS.cpp

Committer:
thomasmorris
Date:
2018-01-08
Revision:
47:6d128e500875
Child:
48:244d6d81bb52

File content as of revision 47:6d128e500875:

#include "THREADS.hpp"

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

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