|
arduino-audio-tools
|
#include "AudioToolsConfig.h"#include "AudioTools/Concurrency/Mutex.h"#include "freertos/FreeRTOS.h"#include "freertos/semphr.h"Go to the source code of this file.
Classes | |
| class | MutexRecursiveRTOS |
| Recursive Mutex implemntation using FreeRTOS. More... | |
| class | MutexRTOS |
| Mutex implemntation using FreeRTOS. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |