Skip to content

Releases: sparkfun/SparkFun_External_EEPROM_Arduino_Library

Change defaults to support out-of-box functionality

27 Oct 16:33

Choose a tag to compare

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()

27 Oct 03:41

Choose a tag to compare

Set settings using the EEPROM type.

Increase version for Arduino Lib Mgr

24 Oct 15:57

Choose a tag to compare

v3.1.2

Update library.properties

Blend in v2 auto-detection

24 Oct 15:01

Choose a tag to compare

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

12 Oct 14:26

Choose a tag to compare

In an attempt to avoid users getting the old version through the Arduino library manager, increase version to v3.1.0.

Add detectMemorySizeBytes()

24 Jun 02:28

Choose a tag to compare

Add string object

13 May 20:01
42f0386

Choose a tag to compare

Fix for undefined Raspberry Pi Pico

21 Nov 17:28

Choose a tag to compare

Reduce compile warnings

20 Nov 20:08

Choose a tag to compare

v1.0.11

Update library.properties

Fix multi-page write

09 Nov 15:07
c63680f

Choose a tag to compare