Sunday, 21 April 2013 18:03

Arduino reading and writing string to EEPROM

Written by
This demonstration (writing string to EEPROM) adopted the code from Arduino Playground and I  had removed some of the features to make it simple and easy to understand.
 
 
Code below demonstrate how to write strings to EEPROM at specified location(address) and then read it back.
Read 36303 times Last modified on Sunday, 12 June 2016 11:20
Back to Top