Arduino EEPROM Tutorial | How to use Arduino's Internal EEPROM?
There are two options for using EEPROM with Arduino. The first and easy way is to use the internal EEPROM of Arduino. The second option is to add an External EEPROM IC like the famous AT24 series from ATMEL. Let us focus on the Internal EEPROM of Arduino for this tutorial.