EEPROM_write

Description

Write 8 bit byte to data EEPROM

Definition

EEPROM_write(uint addr, ubyte val)

Library

LIB/eeprom_lib.bas

Usage

On entry:
addr is the byte address in the data EEPROM
val is the 8 bit byte to write to addr

see EEPROM description for a more detailed description

On exit:
There is no return value