Description
Read string from data EEPROM to RAMDefinition
EEPROM_read_str(uint addr, char *buff)Library
LIB/eeprom_lib.basUsage
On entry:addr is the byte address in the data EEPROM from which the string is to be copiedOn exit:
buff is the address of the RAM buffer into which the string is to be copiedsee EEPROM description for a more detailed description
The result is stored in the memory buffer pointed to by buff