Data Storage
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.
Maintainer: Andrew Elmendorf
This library is compatible with the avr, megaavr architectures so you should be able to use it on the following Arduino boards:
Note: while the library is supposed to compile correctly on these architectures, it might require specific hardware features that may be available only on some boards.
To use this library, open the Library Manager in the Arduino IDE and install it from there.