EEPROMPreferences

Preferences-style persistent key/value store backed by AVR EEPROM.

Author
Péter Soós
Website
https://github.com/soosp/EEPROMPreferences
Category
Data Storage
License
MIT
Library Type
Contributed
Architectures
avr

Namespaced key/value storage exposing a Preferences-compatible API subset, so multiplatform sketches can share storage code with ESP32 (native Preferences/NVS) and ESP8266. Log-structured records with CRC-8 integrity and power-loss-safe writes. Keys and namespaces up to 15 chars, values up to 255 bytes. No Arduino String, no thread-safety layer (AVR is single-core).

Downloads

Filename Release Date File Size
EEPROMPreferences-0.1.0.zip 2026-07-06 23.94 KiB