Description
Write string wheld in RAM to data EEPROMDefinition
EEPROM_write_str(uint addr, char *str)Library
LIB/eeprom_lib.basUsage
On entry:addr is the byte address in the data EEPROMOn exit:
str is the address in RAM of the zero terminated string to be copied to the data EEPROM starting at addrsee EEPROM description for a more detailed description
There is no return value