|
Arduino FatFS
|
Data drivers for fatfs. More...

Classes | |
| class | fatfs::BaseIO |
| Empty IO implementation that we can use to test the compilation. More... | |
| class | fatfs::IO |
| FatFS interface definition. More... | |
| class | fatfs::MultiIO |
| File system driver which supports multiple drives: Add the drivers by calling add() then call mount() to mount the drives. More... | |
| class | fatfs::RamIO |
| The data is stored in RAM. In a ESP32 when PSRAM has been activated we store it is PSRAM. More... | |
| class | fatfs::SDArduinoSPIIO |
| Accessing a SD card via the Arduino SPI API. More... | |
| class | fatfs::SDBitBangSPIIO |
| Accessing a SD card via SPI using bit banging. More... | |
| class | fatfs::SDSPISTM32IO |
| SPI interface for STM32 microcontrollers. More... | |
| class | fatfs::SDSTM32DiskIO |
| Depending on the usecase, the SD card initialization could be done at the application level, if it is the case define the flag below to disable the BSP_SD_Init() call in the SD_Initialize(). More... | |
| class | fatfs::StreamIO< T > |
| template class which expects a Stream class which provides the following additional methods More... | |
Data drivers for fatfs.