Hi
I apologize I am sure there is a thread out there that covers this but I could not find it.
I would like to use the watchdog as a 1 second repeating timer interrupt (interrupt mode).
I am using avr studio + gcc compiler.
Does anyone know of a working example of how to successfully do this?
I have tried all sorts of combinations of wdt_enable(); etc and don't appear to be getting anywhere
Thanks in advance
John