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.