I am now resetting using "asm volatile (" jmp 0"); and it works but I would like to leave the variables as is. I want to leave the LCD backlight off. I can supply the code if necessary.
Thanks, Bill
I am now resetting using "asm volatile (" jmp 0"); and it works but I would like to leave the variables as is. I want to leave the LCD backlight off. I can supply the code if necessary.
Thanks, Bill
Why not set the LCD backlight off and go into a do while loop forever?
Good suggestion. Let me think about how to implement that. Actually I wanted to reset everything, like the reset button does, but leave the backlight off till a button is pressed.
Thanks Bill
Good suggestion. Let me think about how to implement that. Actually I wanted to reset everything, like the reset button does, but leave the backlight off till a button is pressed.
Thanks Bill