docs/library/machine.WDT: Add that WDT is available on pyboard.
This commit is contained in:
parent
9103cbe366
commit
4a9542c0c0
|
@ -14,7 +14,7 @@ Example usage::
|
||||||
wdt = WDT(timeout=2000) # enable it with a timeout of 2s
|
wdt = WDT(timeout=2000) # enable it with a timeout of 2s
|
||||||
wdt.feed()
|
wdt.feed()
|
||||||
|
|
||||||
Availability of this class: WiPy.
|
Availability of this class: pyboard, WiPy.
|
||||||
|
|
||||||
Constructors
|
Constructors
|
||||||
------------
|
------------
|
||||||
|
|
Loading…
Reference in New Issue