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.