|
arduino-audio-tools
|
#include <string.h>#include <sys/stat.h>#include <sys/unistd.h>#include "AudioTools/Disk/VFS.h"#include "esp_err.h"#include "esp_spiffs.h"Go to the source code of this file.
Classes | |
| class | VFS_SPFFS |
| ESP32 Virtual File System for the SPFFS. The default mount point is "/spiffs" DRAFT implementation: not tested See https://github.com/espressif/esp-idf/tree/master/examples/storage/sd_card/sdspi. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |