silver2row

GPIO stuff for putting new, unheard GPIOs into action

May 9th, 2020
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.11 KB | None | 0 0
  1. echo 20 >/sys/class/gpio/export
  2. echo out >/sys/class/gpio/gpio20/direction
  3. echo 1 >/sys/class/gpio/gpio20/value
Add Comment
Please, Sign In to add comment