Tag Archives for EEPROM

Write an integer to the Arduino EEPROM

Today I faced the problem that I wanted to write an int (integer) to the integrated Arduino EEPROM. The Atmel ATMega328 chip has an address space of 0-1023 and each of these slots can save 1-Byte or 8-Bit (which is … Continue reading

11. December 2016 by Marius
Categories: Arduino, Programming | Tags: , , | Leave a comment