• arturo182's avatar
    EEPROM: Add an update function (#780) · 88e98f17
    arturo182 authored
    According to the Arduino docs, update works just like put, but it first checks if the value is different from the current one.
    This is how our put already works, so we just alias update to put and we're done.
    Function added to be more compatible with the Arduino API.
    Also see #778
    88e98f17
EEPROM.h 2.37 KB