Skip to content

Releases: porrey/EEPROM-Storage

v1.1.0

23 Jan 00:15
c3b02a6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.1.0

v1.0.3

16 Jan 00:59
9aeb4d9
Compare
Choose a tag to compare

Fixed example sketch (removed extra folder).

Full Changelog: v1.0.2...v1.0.3

v1.0.2

15 Jan 02:47
24d3ea8
Compare
Choose a tag to compare

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.

Fixed issues #2 and #3 .

What's Changed

New Contributors

  • @porrey made their first contribution in #4

Full Changelog: v1.0.1...v1.0.2

v1.0.1

25 Mar 18:50
e3f9094
Compare
Choose a tag to compare

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.