detachInterrupt()
Description
Detach interrupt service to encoder interface.
Syntax
Enc0.detachInterrupt()
Enc1.detachInterrupt()
Enc2.detachInterrupt()
Enc3.detachInterrupt()
Parameters
Enc0、Enc1、Enc2、Enc3
:Corresponding to ENC0, ENC1, ENC2 and ENC3 encoder interfaces.
Returns
None
See also
- attachInterrupt()
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.