I attached a schetch that is suppose to write to Eprom a float "Target"
EEPROM.put(0, Target); is the line.
Next time I boot, I am trying to retrieve that float in setup;
EEPROM.get(0, Target);
However I get a "nans" for the Target.
I am playing with the knob that varies the "Target" so I should think the function records the value, but it does not seem to work. Pls help.
Thanks
TFT_Display_13_5xAverage.ino.ino (14.8 KB)