EEPROM_read

Description

Read byte from data EEPROM

Definition

ubyte EEPROM_read(ubyte addr)

Library

LIB/eeprom_lib.bas

Usage

On entry:
addr is the byte address in the data EEPROM

see EEPROM description for a more detailed description

On exit:
return the 8 bit byte strored at addr of the data EEPROM