Monitoring GPIOs via resque #867
Ircama
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It could be useful to monitor GPIO ports in rescue mode, to verify that the hardware is working before booting the actual operating system.
The following two programs can be easily preconfigured and then pasted to the rescue shell. They monitor GPIO value changes, without modifying any value (but the direction of the configured ports is set to "in").
Single GPIO monitoring (example: GPIO 6):
Multiple GPIO monitoring:
Beta Was this translation helpful? Give feedback.
All reactions