-
Notifications
You must be signed in to change notification settings - Fork 15
Async GPIO implementation #46
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
Conversation
0f7ffae to
f29f86e
Compare
4132534 to
2a27389
Compare
almindor
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
I'll wait some more for others to have a chance and then merge in.
romancardenas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR! Just some minor comments
Suggested changes performed. |
romancardenas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!! I will leave some time in case @almindor wants to do a second check.
Support for the embedded-hal-async digital module traits for the GPIO peripheral.
A new example called button_led.rs has been developed to showcase this new functionality.