whatever9:
lar3ry: I'm reinitializing the game by going to the beginning of the main loop, accomplished by reset.Vaclav, where did you get <avr/wdt.h> from? Now I'm trying to understand if the macros are valid for the Arduino Due...
Thanks for all the responses!
I was just starting using interrupts and got it from searching the web. Was checking some importnat timing during debugging so I used WDT timeout and WDT reset.
It should work, just put wdt_enable in start of loop and put some Serial print followed by some delay at the head of setup to try it. You will get nice infinite loop...if it works.
Good luck