detachInterrupt()

描述

关闭已启用的中断。

语法


detachInterrupt(interrupt)

参数

interrupt: 要关闭的中断之数字 (详见 attachInterrupt())

See also

attachInterrupt()


语法参考主页面

本页由热血青年 LBU 译自英文版。

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