Description
Write 32 bit float to data EEPROMDefinition
EEPROM_write_float(uint addr, float val)Library
LIB/eeprom_lib.basUsage
On entry:addr is the byte address in the data EEPROMOn exit:
val is the 32 bit float to write to addr+0, addr+1, addr+2 and addr+3see EEPROM description for a more detailed description
There is no return value