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