gpio is now in repo and in the path

master
pidor 2017-03-15 17:00:16 +00:00
parent ae75576910
commit 6ef4fd9a2f
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
/usr/local/bin/gpio mode 7 out
/usr/local/bin/gpio write 7 1
gpio mode 7 out
gpio write 7 1

View File

@ -1,4 +1,4 @@
#!/bin/bash
/usr/local/bin/gpio mode 7 out
/usr/local/bin/gpio write 7 0
gpio mode 7 out
gpio write 7 0