|
Re: WATCHDOG!!
I'm guessing that you're trying to use a loop of some sort in your recharge code.
Loops are not necessary 99% of the time in coding FIRST robots - after all the code already loops at between 20hz and 50hz.
Loops monopolize the processor and will not allow it to move on and "feed the watchdog", unless of course your feed statement is inside the loop.
|