Skip to content

Releases: Naguissa/uEEPROMLib

Enhancement on page read

06 May 13:37
Compare
Choose a tag to compare

Enhancement on page read, thanks to @shacker140 , that fixes #8

Enhanced paged operations and ATTiny support

03 Jul 13:50
Compare
Choose a tag to compare
  • Enhanced paged read/writes (thanks to @mrfaptastic )
  • ATTiny support
  • Add ATTiny example

Page read/write and long read fix

21 Apr 09:32
Compare
Choose a tag to compare
  • Fix long reads bug, #3
  • Implement paged reads and writes (32 bytes pages, as 64 bits doesn't fit on Wire library's buffer) to mitigate EEPROM wearing.
  • Added html documentation
  • Splitted docs and extras to another repository

Remove stray Serial.println() call

12 Apr 07:05
fde4353
Compare
Choose a tag to compare

First release

27 Jul 07:21
Compare
Choose a tag to compare

Splitted same functionality as uRTCLib - https://github.com/Naguissa/uRTCLib