Hello,
I have a minor question regarding EEPROM but I kept getting different answers. IF I would use EEPROM.put(address, data) to write something to EEPROM, and if I were to use the same address again would it overwrite previous contents of that address, or would it be saved on the next available EEPROM address?