Created
June 11, 2018 13:12
-
-
Save DirtyOptics/225417accd245b1c01a0ebfd6c8ba2d3 to your computer and use it in GitHub Desktop.
Travel Router
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
// On | |
/bin/echo "1" > /sys/class/gpio/gpio17/value | |
//Off | |
/bin/echo "0" > /sys/class/gpio/gpio17/value |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment