Last active
October 14, 2023 12:43
-
-
Save themactep/8212b83d09e04f4c38120e60c08703fb to your computer and use it in GitHub Desktop.
Display GPIO pins configuration.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
mount -t debugfs none /sys/kernel/debug | |
cat /sys/kernel/debug/gpio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment