|
arduino-audio-tools
|
Mutex implemntation using FreeRTOS. More...
#include <MutexRTOS.h>
Public Member Functions | |
| MutexRTOS () | |
| virtual | ~MutexRTOS () |
| void | lock () override |
| void | unlock () override |
Protected Attributes | |
| SemaphoreHandle_t | xSemaphore = NULL |
Mutex implemntation using FreeRTOS.
|
inline |
|
protected |