-
Notifications
You must be signed in to change notification settings - Fork 235
v2_compat does not provide shims for ToggleableOutputPin #137
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
Comments
little-arhat
added a commit
to little-arhat/embedded-hal
that referenced
this issue
May 12, 2019
bors bot
added a commit
that referenced
this issue
May 13, 2019
138: Provide v2_compat for ToggleableOutputPin r=ryankurte a=little-arhat fixes #137 Co-authored-by: Roma Sokolov <[email protected]>
little-arhat
added a commit
to little-arhat/embedded-hal
that referenced
this issue
May 13, 2019
bors bot
added a commit
that referenced
this issue
May 14, 2019
138: Provide v2_compat for ToggleableOutputPin r=ryankurte a=little-arhat fixes #137 Co-authored-by: Roma Sokolov <[email protected]>
eldruin
pushed a commit
to eldruin/embedded-hal
that referenced
this issue
Jun 10, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can be solved in hal implementation by providing
v2::toggleable
implementation:But would be nice to have it provided by this crate.
The text was updated successfully, but these errors were encountered: