Question.2
Considering limited Write cycles, which of the following functions we should prefer while writing a byte to EEPROM?
Select Answer
EEPROM.write(address, value)
EEPROM.update(address, value)
EEPROM.put(address, data)
EEPROM[ address] = data