Skip to content

Instantly share code, notes, and snippets.

@dorokhin
Created October 4, 2020 08:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dorokhin/9afe2c765ce48523d654c8861c9e59b2 to your computer and use it in GitHub Desktop.
Save dorokhin/9afe2c765ce48523d654c8861c9e59b2 to your computer and use it in GitHub Desktop.
BananaPI GPIO
echo 26 > /sys/class/gpio/export
echo out > /sys/class/gpio/gpio26/direction
echo 1 > /sys/class/gpio/gpio26/value
gpio -g read 26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment