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

Remove stray Serial.println() call #1

Closed linusnielsen closed 5 years ago

linusnielsen commented 5 years ago

I just removed a leftover (debug?) Serial.println() call in eeprom_write().

Naguissa commented 5 years ago

OMG! Same error happened on uRTCLib; as this library was split from that one I suppose this bug was the same.

Thanks!