-
Notifications
You must be signed in to change notification settings - Fork 232
Unable to use InputPin
#205
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
hmm, strange. this looks like it could be related to #199 if |
|
Thank you very much - it sounds like that's it. I'm still getting the same Is this how you specify the dep? rppal = { git="https://github.com/golemparts/rppal", branch="master", features=["hal-unproven"] } Of note, I've had good luck with other |
Working now using that git. edit: Nvm, not working. Digging through the At the core: note: required because of the requirements on the impl of `embedded_hal::digital::v2::InputPin` for `&rppal::gpio::pin::InputPin`
|
This seems to have something to due to using the structs directly, vice having them borrowed from a |
We made some fixes in |
Fixed! Thank you. |
I'm not sure why
v1
's in there. It's not implemented, but I don't understand what I did to require it to be implemented.Edit: If I wrap the struct and try to manually impl the v1 trait, it argues I'm impling conflicting implementations; this is a second vote for v1 coming out of v2.
The text was updated successfully, but these errors were encountered: