Write EEPROM

\i E W word::address byte::data

Parameter Type Range Description
address word 0 ... EEPROM size - 1 address of the byte to write to
data byte 0 ... 255 data to write

Writes data to the EEPROM at the location specified by address.

Note

Response: [ACK]

Example

\iEW\D23\5

Writes the value of 5 (data) into the EEPROM at location 23 (address).

See also:

EEPROM Related Commands
Read EEPROM
Get EEPROM Size