We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189add9 commit 995f29eCopy full SHA for 995f29e
src/SparkFun_External_EEPROM.h
@@ -142,7 +142,7 @@ class ExternalEEPROM
142
.i2cPort = &Wire,
143
.deviceAddress = 0b1010000, // 0x50; format is 0b1010 + (A2 A1 A0) or 0b1010 + (B0 A1 A0) for larger (>512kbit) EEPROMs
144
.memorySize_bytes = 512 * 1024 / 8, // equals 64 KB
145
- .pageSize_bytes = 128,
+ .pageSize_bytes = 64,
146
.pageWriteTime_ms = 5,
147
.pollForWriteComplete = true
148
};
0 commit comments