Skip to content

Commit 995f29e

Browse files
committed
Default page size to 64 bytes
1 parent 189add9 commit 995f29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SparkFun_External_EEPROM.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ class ExternalEEPROM
142142
.i2cPort = &Wire,
143143
.deviceAddress = 0b1010000, // 0x50; format is 0b1010 + (A2 A1 A0) or 0b1010 + (B0 A1 A0) for larger (>512kbit) EEPROMs
144144
.memorySize_bytes = 512 * 1024 / 8, // equals 64 KB
145-
.pageSize_bytes = 128,
145+
.pageSize_bytes = 64,
146146
.pageWriteTime_ms = 5,
147147
.pollForWriteComplete = true
148148
};

0 commit comments

Comments
 (0)