I have not come across many Arduino sketches which utilize the EEPROM built into the ATmega328P. There are a few but they all avoid using the EEPROM interrupt. This chapter attempts to resolve this issue.
By the end of this chapter, you will know how to use the EEPROM interrupt ...