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

Rewrite to ensure alignment to 32 byte pages, increase performance on ESP devices. #5

Closed mrcodetastic closed 4 years ago

mrcodetastic commented 4 years ago

Update to examples and cleanup of eeprom_write such that it can handle any size of data and done so aligned to the 32 byte page structure of the EEPROM.

Naguissa commented 4 years ago

Hello,

I'm improving some things here and adding ATTiny support; I think you will love new tweaks ^_^

Cheers!

Naguissa commented 4 years ago

Hello again!

I've just released 1.2.0 revision.

You can see I've added your enhancements, but a little bit reworked to take in consideration buffer sizes and page sizes.

It's already released and should be on Arduino IDE within a hour or two.

Thanks for your work!

Cheers! Naguissa.

mrcodetastic commented 4 years ago

Not a problem. Glad the changes were of use. Out of curoisty, how do you get a library published into the Arduino IDE for everyone?

Naguissa commented 4 years ago

Following Arduino libraries FAQ: https://github.com/arduino/Arduino/wiki/Library-Manager-FAQ

Open an issue to add one library.I.e.: https://github.com/arduino/Arduino/issues/5735

mrcodetastic commented 4 years ago

Excellent. Thank you!