EEPROM_read_str

Description

Read string from data EEPROM to RAM

Definition

EEPROM_read_str(uint addr, char *buff)

Library

LIB/eeprom_lib.bas

Usage

On entry:
addr is the byte address in the data EEPROM from which the string is to be copied
buff is the address of the RAM buffer into which the string is to be copied

see EEPROM description for a more detailed description

On exit:
The result is stored in the memory buffer pointed to by buff