Parameters of EEPROM.write | Detail |
---|---|
address | The address where value is to be stored in EEPROM |
value | Main variable to store in EEPROM. Note that this is a uint_8 (single byte)—you must split multiple-byte data types into single bytes yourself. Or you can use EEPROM.put to store floats or other data types. |
Parameters of EEPROM.Read | Detail |
address | The address from which the variable is to be read |
The allowable addresses vary by hardware.