We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264b9ef commit de55db1Copy full SHA for de55db1
docs/rp2040.rst
@@ -50,6 +50,9 @@ Enables the hardware watchdog timer with a delay value of delay_ms
50
milliseconds. Note that on the RP2040, once this function has called, the
51
hardware watchdog can _not_ be disabled.
52
53
+The maximum ``delay_ms`` allowed in this call is ``8300``, corresponding
54
+to 8.3 seconds. Any higher values will be truncated by the hardware.
55
+
56
void rp2040.wdt_reset()
57
~~~~~~~~~~~~~~~~~~~~~~~
58
Reloads the watchdog's counter with the amount of time set by wdt_begin.
0 commit comments