mirror of
https://github.com/sigmasternchen/PiSwitch
synced 2025-03-15 07:58:58 +00:00
Delete kette0.sh
This commit is contained in:
parent
c4cd3ab14b
commit
ba11c5308d
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
pin="8"
|
||||
|
||||
echo $pin > /sys/class/gpio/export
|
||||
echo "out" > /sys/class/gpio/gpio$pin/direction
|
||||
echo "0" > /sys/class/gpio/gpio$pin/value
|
||||
|
||||
sudo rm status/status_04;
|
||||
sudo touch status/status_04;
|
||||
sudo echo "0" >> status/status_04;
|
||||
|
Loading…
Reference in a new issue