-
Notifications
You must be signed in to change notification settings - Fork 46
Added input pin impl (requires unproven hal trait) #11
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
bors try |
tryBuild succeeded |
@ryankurte Well, you could submit a PR to close rust-embedded/embedded-hal#41 . ;) |
@therealprof I considered that but it would seem impolite to land it before @eldruin's rust-embedded/embedded-hal#97 |
@ryankurte As mentioned in the PR you just closed, I do see them as two separate topics. Making this unproven does not preclude making it fallible since this will end up in two different (incompatible) HAL versions anyway. |
Would it be possible to release and accept this PR as the embedded hal discussion seems to still need a bit more time? |
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
bors r+ |
11: Added input pin impl (requires unproven hal trait) r=therealprof a=ryankurte Do we have opinions on the use of `unproven` traits in this library? Co-authored-by: Ryan Kurte <[email protected]>
Build succeeded |
Do we have opinions on the use of
unproven
traits in this library?