Releases: sparkfun/SparkFun_External_EEPROM_Arduino_Library
Releases · sparkfun/SparkFun_External_EEPROM_Arduino_Library
Add setMemoryType()
Set settings using the EEPROM type.
Increase version for Arduino Lib Mgr
v3.1.2 Update library.properties
Blend in v2 auto-detection
This should not be a breaking change. This release brings over some of the earlier auto-detection work, but without the 'auto'.
Ex1 is now a bit more of a generic example.
Release to revert
In an attempt to avoid users getting the old version through the Arduino library manager, increase version to v3.1.0.
Add detectMemorySizeBytes()
See example 7
Add string object
Thanks @wollewald!
Fix for undefined Raspberry Pi Pico
Not defined by the normal WIRE_BUFFER_SIZE, instead hardcoded here: https://github.com/arduino/ArduinoCore-mbed/blob/master/libraries/Wire/Wire.h#L79
Reduce compile warnings
v1.0.11 Update library.properties
Fix multi-page write
Thanks @romain145
Fix bad byte math
Thanks @wolfbert for the clean up!