Data Storage

EEPROM_WL

Library for implementing EEPROM wear leveling on AVR Arduino boards

eeprom_wear_level uses the Arduino EEPROM library. It reduces EEPROM wear by moving the saved data object to a new address after a specified number of writes.

Go to repository