I am using an Arduino Uno and I recently connected it with an external EEPROM (24LC256 to be exact).
I used this library --> Arduino Playground - I2CEEPROM24C1024
and everything works smoothly.
So, after achieving writing and reading by byte, I want to be able to create a 3d table on the EEPROM and be able to write and read to/from this table.
I checked out here --> Arduino Playground - ExtendedDatabaseLibrary
but the example describes the creation of a 2d table on the internal EEPROM.
So, if anyone could help me/give me any kind of hints on that, I would appreciate it.