Closed
Description
I'd like it if it was possible to have more control over the watchdog.
- allow access to the scratch registers
- allow changing the timeout on the fly (current workaround seems to be reinstanciating a WDT object.)
- add read only property for reading the configured timeout.
- add read only property for reading the tick count.
- allow disabling the watchdog (for e.g. dropping into REPL programmatically)
if one of these features is not available on other controllers they could raise NotImplementedError to keep the watchdog interface similar across boards.