Releases: porrey/EEPROM-Storage
Releases · porrey/EEPROM-Storage
v1.1.0
v1.0.3
Fixed example sketch (removed extra folder).
Full Changelog: v1.0.2...v1.0.3
v1.0.2
The EEPROM Storage library provides the ability to access variables stored in EEPROM just as if they would stored in normal RAM. Once a variable is defined, it can be referenced in code just like any other variable, but storage and retrieval occur to and from EEPROM.
What's Changed
New Contributors
Full Changelog: v1.0.1...v1.0.2
v1.0.1
The EEPROM Storage library provides the ability to access variables stored in EEPROM just as if they would stored in normal RAM. Once a variable is defined, it can be referenced in code just like any other variable, but storage and retrieval occur to and from EEPROM.