Advertisement
silver2row

bash GPIO

Oct 10th, 2021
1,303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.13 KB | None | 0 0
  1. /bin/echo 80 > /sys/class/gpio/export
  2. /bin/echo out > /sys/class/gpio/gpio80/direction
  3. /bin/echo 1 > /sys/class/gpio/gpio80/value
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement