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