Tutorial: Arduino EEPROM
Whatever you are doing with the Arduino is lost the moment you pressed the RESET button or you removed the power. The work around that is to implement some data logging to an SD card or through the EEPROM. So what is EEPROM? EEPROM stands for Electrically Erasable Programmable Read-Only Memory. Each EEPROM address can […]
Read more Tutorial: Arduino EEPROM