|
ME507 Utility Library
0.2.1
Mechatronics Course Support Software for ARM/Arduino/FreeRTOS
|
#include <Arduino.h>#include <FreeRTOS.h>
Go to the source code of this file.
Classes | |
| class | Mutex |
| Class which implements a mutex which can guard a resource. More... | |
This file contains C++ code which makes it easier to use semaphores such as mutexes (mutices?) to coordinate some actions between tasks.