Proj 324 Final

Fork of ELEC351_Group_T by Plymouth ELEC351 Group T

THREADS.cpp

Committer:
thomasmorris
Date:
2018-01-09
Revision:
48:244d6d81bb52
Parent:
47:6d128e500875
Child:
53:71f59e195f06

File content as of revision 48:244d6d81bb52:

#include "THREADS.hpp"

//Threads
Thread t1(osPriorityRealtime); //Sampler Set to a highest priority
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;