Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of ELEC351_Group_T by
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;
Generated on Tue Jul 12 2022 22:52:51 by
