end()

描述

关闭 86Duino 编码器介面。(编码器介面关闭后,可用 begin() 重新初始化成新的工作模式。)

语法


Enc0.end()
Enc1.end()
Enc2.end()
Enc3.end()

参数

Enc0、Enc1、Enc2、Enc3:分别对应 ENC0、ENC1、ENC2、ENC3 编码器介面。

回传

无回传值

See also

begin()


函式库参考主页面

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.