Releases: sparkfun/SparkFun_External_EEPROM_Arduino_Library
Change defaults to support out-of-box functionality
This sets the default addressBytes to 2 to support user's code that does not have setMemoryType() or other method (setPageSize(), setAddressBytes(), setMemorySizeBytes()). This should still allow user's code to function but be limited to the 4096 byte default size.
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