
I need some advice on coding something is strange
I have written couple of apps using the LCD and never had this issue
i'm not sure if my app is getting too big for the Uno or not
but there seems like i reach some point then the arduino does funny things
but as soon as i remove 1 line for the LCD
it works. There are other lcd.Print code lines which all work fine, but I really do not know what is going on.
Perhaps it's my structures or the way i initialize them. Can someone help?
Heard of anything like that?
You will see i have attached two files. one with code that is working, the other with code that is not working. The only difference is in the Non Working code i enable the following line
lcd.print("Loading done..");
But the Arduino resets before this line and restarts.