EEPROM_read_word

Description

Read 16 bit word from data EEPROM

Definition

uint EEPROM_read_word(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 16 bit integer strored at addr+0 and addr+1 of the data EEPROM