docs/library/machine.WDT: Add that WDT is available on pyboard.

This commit is contained in:
Damien George 2016-09-06 14:20:52 +10:00
parent 9103cbe366
commit 4a9542c0c0
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Example usage::
wdt = WDT(timeout=2000) # enable it with a timeout of 2s
wdt.feed()
Availability of this class: WiPy.
Availability of this class: pyboard, WiPy.
Constructors
------------