-
Notifications
You must be signed in to change notification settings - Fork 234
async: add i2c #348
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
async: add i2c #348
Conversation
r? @ryankurte (rust-highfive has picked a reviewer for you, use r? to override) |
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.
Seems straight-forward to me, thanks!
We could add an I2cIter
trait in the future if there is a good use case.
bors r+
👎 Rejected by too few approved reviews |
What? I just approved this |
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.
bors r+
This mirrors the blocking i2c trait (including the changes proposed in #339 ), except the following:
iter
methods since they don't play well with DMA.