We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The problem is that the code is unable to detect the initial state correctly, causing fail detection of the first half-step.
The way I solved the problem was to add this line:
self._process_rotary_pins(None)
to the end of the __init__ function of the RotaryIRQ class.
__init__
RotaryIRQ
I don't know how it works, but it works.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The problem is that the code is unable to detect the initial state correctly, causing fail detection of the first half-step.
The way I solved the problem was to add this line:
to the end of the
__init__
function of theRotaryIRQ
class.I don't know how it works, but it works.
The text was updated successfully, but these errors were encountered: