ME507 Utility Library  0.2.1
Mechatronics Course Support Software for ARM/Arduino/FreeRTOS
mutex.h File Reference
#include <Arduino.h>
#include <FreeRTOS.h>
Include dependency graph for mutex.h:

Go to the source code of this file.

Classes

class  Mutex
 Class which implements a mutex which can guard a resource. More...
 

Detailed Description

This file contains C++ code which makes it easier to use semaphores such as mutexes (mutices?) to coordinate some actions between tasks.

Author
JR Ridgely
Date
2020-Nov-16 Original file