I have an Uno board.
In my project I'd like to count every write/erase cycle and save it in the first byte of EEPROM.
If I write other byte in EEPROM I increase the value of write cycle counter by one.
My question:
If I write 2 different values in EEPROM at the same time, should I increase the byte 0 ( counter of all write/erase cycle ) by one, or 2?