Description
Write 16 bit word to data EEPROMDefinition
EEPROM_write_word(uint addr, uint val)Library
LIB/eeprom_lib.basUsage
On entry:addr is the byte address in the data EEPROMOn exit:
val is the 16 bit integer to write to addr+0 and addr+1see EEPROM description for a more detailed description
There is no return value