EEPROM_write_float

Description

Write 32 bit float to data EEPROM

Definition

EEPROM_write_float(uint addr, float val)

Library

LIB/eeprom_lib.bas

Usage

On entry:
addr is the byte address in the data EEPROM
val is the 32 bit float to write to addr+0, addr+1, addr+2 and addr+3

see EEPROM description for a more detailed description

On exit:
There is no return value