wollewald / EEPROM_SPI_WE

Arduino library for SPI based EEPROMs
https://wolles-elektronikkiste.de/en/eeprom-part-3-external-spi-eeproms
MIT License
9 stars 2 forks source link

added the capability to deal with 24bit addresses #6

Closed felias-fogg closed 4 months ago

felias-fogg commented 4 months ago

Hi,

I added the capability to deal EEPROMs that use 24bit addresses. It works for the chip, I was interested in, the 25CSM04. However, it should work with all EEPROMs with more than 64KB.

wollewald commented 4 months ago

Hi @felias-fogg , many thanks for your contribution!