docs/library/machine.WDT: Add note that WDT is only available on WiPy.

esp8266-idle-ticks
Damien George 2016-08-17 14:22:39 +10:00
parent 567e7fcd12
commit 64c5a9435c
1 changed files with 2 additions and 0 deletions

View File

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