[Arduino] Referencia: EEPROM

// EEPROM (memoria no volátil)
EEPROM.write(address, value); // Escribir
byte val = EEPROM.read(address); // Leer