Advertisement
silver2row

set up GPIO80 on the BBBlue!

Mar 2nd, 2019
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | None | 0 0
  1. #!/bin/bash
  2. # aphw
  3.  
  4. /bin/echo 80 >/sys/class/gpio/export
  5. /bin/echo out >/sys/class/gpio/gpio80/direction
  6. /bin/echo 1 >/sys/class/gpio/gpio80/value
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement