|
arduino-audio-tools
|
#include <string.h>#include "AudioTools/Disk/VFS.h"#include "esp_vfs_fat.h"#include "sdmmc_cmd.h"Go to the source code of this file.
Classes | |
| class | VFS_SDSPI |
| ESP32 Virtual File System for SPI SD. The default mount point is "/sdcard" 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. | |
Macros | |
| #define | DEFAULT_CLK SCK |
| #define | DEFAULT_CS SS |
| #define | DEFAULT_MAX_TRANSFER_SIZE 4000 |
| #define | DEFAULT_MISO MISO |
| #define | DEFAULT_MOSI MOSI |
| #define DEFAULT_CLK SCK |
| #define DEFAULT_CS SS |
| #define DEFAULT_MAX_TRANSFER_SIZE 4000 |
| #define DEFAULT_MISO MISO |
| #define DEFAULT_MOSI MOSI |