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