Skip to content
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

Open
Tracked by #2492
MabezDev opened this issue Dec 6, 2024 · 1 comment
Open
Tracked by #2492

GPIO C-HIDDEN violations #2697

MabezDev opened this issue Dec 6, 2024 · 1 comment
Labels

Comments

@MabezDev
Copy link
Member

MabezDev commented Dec 6, 2024

  • Things to make private or doc-hidden
    • AlternateFunction
    • Pin trait (anything but number,mask,degrade cannot be called by the user - everything but number + degrade is doc hidden)
    • InputPin trait (all functions are doc-hidden)
    • OutputPin trait (all functions are doc-hidden)
    • AnalogPin (functions are doc-hidden)
    • TouchPin (functions are doc-hidden)
    • GpioRegisterAccess? (doc-hidden, functions are user-callable but should they?)
@bjoernQ
Copy link
Contributor

bjoernQ commented Dec 20, 2024

I'm not sure about hiding the traits anymore - they might be useful to users as trait bounds?

@bjoernQ bjoernQ mentioned this issue Dec 20, 2024
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Development

No branches or pull requests

2 participants