Description
Write 8 bit byte to data EEPROMDefinition
EEPROM_write(uint addr, ubyte val)Library
LIB/eeprom_lib.basUsage
On entry:addr is the byte address in the data EEPROMOn exit:
val is the 8 bit byte to write to addrsee EEPROM description for a more detailed description
There is no return value