borb / amigahid-pico

Use USB input devices on Amiga computers, using the excellent Raspberry Pi Pico as a USB-to-bitbang adapter.
51 stars 4 forks source link

Watchdog timer #9

Open borb opened 2 years ago

borb commented 2 years ago

Employ use of a watchdog timer. If the usual event loop doesn't poke the timeout register, the whole shebang gets rebooted.

Add the ability to turn this off via configuration (#6) since it could be irritating.