Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Version v1.1.0 to add supports to `EEPROM.put()` and `EEPROM.get()` for efficiently writing and reading the whole object.

Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 27 Jan 04:41
· 41 commits to master since this release
8c3d200

Releases v1.1.0

  1. Add supports to EEPROM.put() and EEPROM.get() for efficiently writing and reading the whole object.
  2. Add _commitASAP flag to permit reduce the number of calls to EEPROM.commit() to extend the flash life.
  3. Add many modified examples from Arduino EEPROM library
  4. Fix bug.