Hello all,
I need to save a float variable to the EEPROM and I give a look to AVR-libc, but, I am starting to learn C, so, I do not understand how to use it.
void eeprom_write_float ( float * __p, float __value )
Can you please help and explain how to use this function.
Thanks,
Manuel