stop()

描述

停止看門狗計時器。此函式同時也會卸載由 attachInterrupt() 掛載的使用者 ISR。

語法


TimerWDT.stop()

參數

無。

回傳

無回傳值。

See also

initialize()
attachInterrupt()
detachInterrupt()


函式庫參考主頁面

The text of the 86Duino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.