end()
Description
Shut down 86Duino’s encoder interface.
(After encoder is shut down with the end() function, you can use the begin()function to re-initialize the interface with a new operating mode.)
Syntax
Enc0.end()
Enc1.end()
Enc2.end()
Enc3.end()
Parameters
Enc0、Enc1、Enc2、Enc3
:Corresponding to ENC0, ENC1, ENC2 and ENC3 encoder interfaces.
Returns
None
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.