FatFs-based implementation of the StorageManager interface for SD card access. More...
#include <string>
#include <vector>
#include <functional>
#include <cstdint>
#include "StorageManager.h"
#include "FreeRTOS.h"
#include "semphr.h"
Go to the source code of this file.
Classes | |
class | FatFsStorageManager |
Concrete implementation of StorageManager using FatFs. More... | |
Part of the PicoFramework application framework. Wraps FreeRTOS and ff_stdio calls to provide thread-safe file and directory access. Designed for embedded use on platforms such as Raspberry Pi Pico with SD card support.
Definition in file FatFsStorageManager.h.