SDList

Paged, batch-buffered list that offloads elements to SD card or LittleFS using binary storage.

Author
Brayden Anderson
Website
https://github.com/braydenanderson2014/C-Arduino-Libraries/tree/main/lib/SDList
Github
https://github.com/braydenanderson2014/C-Arduino-Libraries
Category
Data Processing
License
Apache 2.0
Library Type
Contributed
Architectures
Any

Stores any trivially-copyable type (int, float, struct) without text serialisation or data corruption. A fixed in-memory batch window keeps RAM usage predictable while the file is pre-allocated to prevent fragmentation. Supports SD card (default) or LittleFS (-DUSE_LITTLEFS).

Downloads

Filename Release Date File Size
SDList-2.0.0.zip 374.09 KiB
SDList-1.0.0-BETA.zip 12.53 KiB