Skip to content
New issue

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

Remove polling functionality in example InterruptRotator.ino #38

Open
sysshad opened this issue Nov 7, 2022 · 0 comments
Open

Remove polling functionality in example InterruptRotator.ino #38

sysshad opened this issue Nov 7, 2022 · 0 comments

Comments

@sysshad
Copy link
Contributor

sysshad commented Nov 7, 2022

Line 95 - This call is not needed when using interrupts :)
encoder->tick(); // just call tick() to check the state.

Also lines 108 to 114 should be moved to the begin function, and update comments for newbies to understand it better :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant