A guide to EEPROM

Learn how to use EEPROM, short for electrically erasable programmable read-only memory, on Arduino boards.

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

Functions in the EEPROM class is automatically included with the platform for your board, meaning you do not need to install any external libraries.

(adsbygoogle = window.adsbygoogle || []).push({});

Hardware Required

All of the following boards have an EEPROM:

 

Follow this link to get complete understanding of EEPROM with Arduino.


(adsbygoogle = window.adsbygoogle || []).push({});

About The Author

Aniruddh Kumar Sharma
Aniruddh Kumar Sharma

I am an electronics enthusiast.

Articles: 243

Leave a Reply

Your email address will not be published. Required fields are marked *