Let's say that I power up an Arduino that will not power off in a decade and store a string on a variable, will the variable value/string still be there? Or, over time, will it decay and become corrupt?
What other things should I be looking for if I'd like to run an Arduino non stop? Like long vars, long numbers and increments? Possible hung avoidance for rookies?
Jesus handed me a 5v battery and about a million amps that last 10 years.
Thanks.
Pringles:
What other things should I be looking for if I'd like to run an Arduino non stop? Like long vars, long numbers and increments? Possible hung avoidance for rookies?
Don't use the String class. Be careful with, or don't use, dynamic memory allocation.