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
While users should not be routinely modifying pad controls, they are useful for debug - overshoots causing false edges, for example.
Adding a commandlet for manipulating the bits in the PADS bank0 register here - https://github.com/raspberrypi/documentation/blob/develop/documentation/asciidoc/computers/raspberry-pi/gpio-pad-controls.adoc would allow for this.
Mapping the pad control page requires the use of /dev/mem, which requires root - which is a useful hurdle to prompt users to think twice.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While users should not be routinely modifying pad controls, they are useful for debug - overshoots causing false edges, for example.
Adding a commandlet for manipulating the bits in the PADS bank0 register here -
https://github.com/raspberrypi/documentation/blob/develop/documentation/asciidoc/computers/raspberry-pi/gpio-pad-controls.adoc
would allow for this.
Mapping the pad control page requires the use of /dev/mem, which requires root - which is a useful hurdle to prompt users to think twice.
The text was updated successfully, but these errors were encountered: