mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 04:00:28 +01:00
rp2/machine_wdt: Check for the maximum timeout value of watchdog.
The value will be checked for timeout <= 8388. Notes were added to the documentation.
This commit is contained in:
@@ -296,6 +296,7 @@ See :ref:`machine.WDT <machine.WDT>`. ::
|
||||
wdt = WDT(timeout=5000)
|
||||
wdt.feed()
|
||||
|
||||
The maximum value for timeout is 8388 ms.
|
||||
|
||||
OneWire driver
|
||||
--------------
|
||||
|
||||
Reference in New Issue
Block a user