??? 04/01/10 11:52 Read: times |
#174734 - feed the watchdog in main loop Responding to: ???'s previous message |
I would not recommend to feed the watchdog in the interrupt handler. Instead you could do it in the waiting loop. Better yet, return to the main loop and do it there. When you come back to this function check if transmission is ready and proceed as planned or return to wait some more and handle other processes. |