mirror of
https://github.com/sigmasternchen/PiSwitch
synced 2025-03-16 00:19:02 +00:00
Delete kette1.sh
This commit is contained in:
parent
78d48223a4
commit
c4cd3ab14b
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 "1" > /sys/class/gpio/gpio$pin/value
|
|
||||||
|
|
||||||
sudo rm status/status_04;
|
|
||||||
sudo touch status/status_04;
|
|
||||||
sudo echo "1" >> status/status_04;
|
|
||||||
|
|
Loading…
Reference in a new issue