Header Ads

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.

Hardware Required

All of the following boards have an EEPROM:

 

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

No comments

'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();
Powered by Blogger.