Thomas Morris / Mbed OS PROJ324_Final

Fork of ELEC351_Group_T by Plymouth ELEC351 Group T

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers THREADS.cpp Source File

THREADS.cpp

00001 #include "THREADS.hpp"
00002 
00003 //Threads
00004 //Thread t1(osPriorityRealtime); //Sampler Set to a highest priority
00005 Thread t1;
00006 Thread t2;
00007 Thread t3;
00008 Thread t4;
00009 Thread t5;
00010 Thread t6;
00011 
00012 //Thread IDs
00013 osThreadId idMain;
00014 osThreadId id1;
00015 osThreadId id2;
00016 osThreadId id3;
00017 osThreadId id4;
00018 osThreadId id5;
00019 osThreadId id6;