We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should ensure that all our GPIO types have a consistent API across them all.
This may include making the Output/Input traits public again.
Related to #1995
The text was updated successfully, but these errors were encountered:
Which traits are you referring to? InputPin and OutputPin are still public.
InputPin
OutputPin
Sorry, something went wrong.
The APIs on them aren't public in a meaningful way. They have the crate::Internal param to prevent users from using them directly.
crate::Internal
Right. Well, things will change.
bugadani
Successfully merging a pull request may close this issue.
We should ensure that all our GPIO types have a consistent API across them all.
This may include making the Output/Input traits public again.
Related to #1995
The text was updated successfully, but these errors were encountered: