EEPROMRead

The microcontroller on the Arduino and Genuino boards have 512 bytes of EEPROM: memory whose values are kept when the board is turned off (like a tiny hard drive).

This example illustrates how to read the value of each byte EEPROM using the EEPROM.read() function, and how to print those values to the serial window of the Arduino Software (IDE).

Hardware Required

  • Arduino or Genuino Board

Circuit

There is no circuit for this example.

Schematics

See Also