EEPROM - Wikipedia
https://en.wikipedia.org/wiki/EEPROM
EEPROM (also E2PROM) stands for electrically erasable programmable read-only memory and is a type of non-volatile memory used in computers, integrated in microcontrollers for smart cards and...
Arduino - EEPROM
https://www.arduino.cc/en/Reference/EEPROM
EEPROM Read : Read the EEPROM and send its values to the computer. EEPROM Update : Stores values read from A0 into EEPROM, writing the value only if different, to increase EEPROM life.
GitHub - PaulStoffregen/EEPROM
https://github.com/PaulStoffregen/EEPROM
EEPROM.write( address, value ) [example]. The write() method allows you to write a single byte of data to the EEPROM. Two parameters are needed. The first is an int containing the address that is to be...