janelia-arduino / Watchdog

The watchdog monitors the operation of the system by expecting periodic communication from the software, generally known as servicing or refreshing the watchdog. If this periodic refreshing does not occur, the watchdog resets the system.
Other
25 stars 4 forks source link

Watchdog tripped does not seem to work on Arduino Uno (Elegoo board) #6

Open cc-michaelu opened 2 years ago

cc-michaelu commented 2 years ago

My code is timeing out the WDT and I test watchdog.tripped() on setup() and never seem to find that the function indicates that the WDT has been tripped.

I installed v3.0.2 via the Arduino Library manager.