attachInterrupt(interrupt,function,mode);interrupt为中断通道编号,function为中断函数,mode为中断号()。

attachInterrupt(interrupt,function,mode);//interrupt为中断通道编号,function为中断函数,mode为中断号()。

A.正确

B.错误

正确答案:B

猜你喜欢