EZPROM library

Hi all,

Here's a library I created for personal use that allows me to not mess with EEPROM directly. Instead, it allows me to save objects to EEPROM using IDs and retrieving them with the same IDs.

EZPROM allows for easy manipulation of EEPROM memory. It allows for objects to be stored to and retrieved from EEPROM with an ID number instead of an address. Any type of object can be stored, including pointers and multidimensional arrays.

Here's the link to the repository: GitHub - amirchev/EZPROM: EZPROM allows for easy manipulation of EEPROM memory.

There is much more information on the ReadMe file, including documentation and examples. The library is also attached below.

EZPROM-1.0.0.zip (7.55 KB)