Skip to content

Instantly share code, notes, and snippets.

@DirtyOptics
Created June 11, 2018 13:12
Show Gist options
  • Save DirtyOptics/225417accd245b1c01a0ebfd6c8ba2d3 to your computer and use it in GitHub Desktop.
Save DirtyOptics/225417accd245b1c01a0ebfd6c8ba2d3 to your computer and use it in GitHub Desktop.
Travel Router
// 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