EEPROM_write_word

Description

Write 16 bit word to data EEPROM

Definition

EEPROM_write_word(uint addr, uint val)

Library

LIB/eeprom_lib.bas

Usage

On entry:
addr is the byte address in the data EEPROM
val is the 16 bit integer to write to addr+0 and addr+1

see EEPROM description for a more detailed description

On exit:
There is no return value