EEPROM_write_str

Description

Write string wheld in RAM to data EEPROM

Definition

EEPROM_write_str(uint addr, char *str)

Library

LIB/eeprom_lib.bas

Usage

On entry:
addr is the byte address in the data EEPROM
str is the address in RAM of the zero terminated string to be copied to the data EEPROM starting at addr

see EEPROM description for a more detailed description

On exit:
There is no return value