arduino-audio-tools
Public Member Functions | Protected Attributes | List of all members
Mutex Class Reference

Mutex implemntation using FreeRTOS. More...

#include <LockGuard.h>

Inheritance diagram for Mutex:
MutexBase

Public Member Functions

void lock () override
 
void unlock () override
 

Protected Attributes

SemaphoreHandle_t xSemaphore = NULL
 

Detailed Description

Mutex implemntation using FreeRTOS.

Author
Phil Schatzmann

The documentation for this class was generated from the following file: