Last active
June 11, 2018 13:08
-
-
Save DirtyOptics/27ecc8a217a735c29410d946fb84f3bd to your computer and use it in GitHub Desktop.
Travel Router GPIO config
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/echo 17 > /sys/class/gpio/export | |
/bin/echo "out" > /sys/class/gpio/gpio17/direction |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment