Question.3
How does EEPROM.update(address, value) differ from EEPROM.write(address, value)?
Select Answer
It writes faster than EEPROM.write.
It only writes the data if the existing value at the address is different.
It can write any data type, not just bytes.
It stores the data in a temporary location before writing.