EEPROM_read_float

Description

Read 32 bit float from data EEPROM

Definition

float EEPROM_read_float(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 32 bit float strored at addr+0, addr+1, addr+2 and addr+3of the data EEPROM