Naguissa / uEEPROMLib

I2C EEPROM library. Split from uRTCLib. This library controls any I2C EEPROM, independent ones or incorporated on DS1307 or DS3231 RTCs.
https://www.foroelectro.net/librerias-arduino-ide-f29/ueepromlib-arduino-libreria-simple-y-eficaz-para-e-t225.html
GNU Lesser General Public License v3.0
17 stars 4 forks source link

_eeprom_read_sub - always write EEPROM page aligned #4

Closed mrcodetastic closed 4 years ago

mrcodetastic commented 4 years ago

Rewrite examples and eeprom_write function such that it will always write to the page size (32 bytes) and in increments less than the arduinos 32 byte I2C buffer.

Aligned or unaligned page write work the same.

mrcodetastic commented 4 years ago

New changes since raised.