also setup the dooropen gpio pins like the others

for explenation about the reason, see the previous commit message
This commit is contained in:
anthraxx 2015-08-26 22:33:43 +02:00
commit b08e72612d
2 changed files with 7 additions and 6 deletions

View file

@ -1,12 +1,7 @@
#!/bin/sh
echo "Initializing Door Systems..."
echo "17" > /sys/class/gpio/unexport
echo "17" > /sys/class/gpio/export
sleep 0.5
echo "Securing Communication to Door Systems..."
echo "out" > /sys/class/gpio/gpio17/direction
sleep 0.5
echo "Open Communication Channel..."
sleep 0.5
echo "Opening Door..."