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

Timeouts on Arduino Nano Every are divided by 4 #7

Open Plontine opened 2 years ago

Plontine commented 2 years ago

On Nano Every the actual timeouts come like this: 8S, 4S, 1S make 250 ms. 2S makes 500 ms. 500MS makes 125 ms. 250MS makes 68 ms. Lower values not tested. Just a note: watchdog.tripped() does work fine.