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
Is there a way to expose a polling mechanism as opposed to the blocking process you have right now? Related to this post: https://stackoverflow.com/questions/62376239/rust-tokio-infinite-loop-for-multiple-buttons-listening
The text was updated successfully, but these errors were encountered:
hey there,
rust_gpiozero uses rppal under the hood. I believe this functionality can be exposed using set_async_interrupt ?
rust_gpiozero
PRs are welcomed :)
Sorry, something went wrong.
No branches or pull requests
Is there a way to expose a polling mechanism as opposed to the blocking process you have right now? Related to this post:
https://stackoverflow.com/questions/62376239/rust-tokio-infinite-loop-for-multiple-buttons-listening
The text was updated successfully, but these errors were encountered: