Hi Guys,
Is there some whay to save a variable to be used the next time you start arduino? for example a calibrating value.
Thanks,
Gustavo
Hi Guys,
Is there some whay to save a variable to be used the next time you start arduino? for example a calibrating value.
Thanks,
Gustavo
Save it to EEPROM, have a look in the reference, there's a library to do this.
Rob
great! it worked perfectly on my Arduino Mega, now the same code on the Arduino Pro (sparkfun) is not working as expected, I'm creating right now a new topic to get help on that.
Thanks!