-
Notifications
You must be signed in to change notification settings - Fork 264
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
GPIO C-HIDDEN
violations
#2697
Comments
I'm not sure about hiding the traits anymore - they might be useful to users as trait bounds? |
we still need to agree if we want the mentioned traits to be hidden or not - if not #2856 should be enough to close this worst case we can just hide them now and see if someone complains - we can make anything public at any point of time later but not the other way around |
I don't think we want the pin traits hidden - although InputPin and OutputPin are implemented for pretty much all pins except on ESP32, users might need to refer to them still if they create pin drivers hidden behind some abstraction.
The rest are unstable so I don't care at the moment. |
I believe this is implemented in #2926 |
doc-hidden
The text was updated successfully, but these errors were encountered: