1
0
Fork 0

add permissions to execute and add comment for gpio variable

This commit is contained in:
Martin Selbmann 2020-08-23 15:58:11 +02:00
parent 84c896d48d
commit 56e2d776f8
1 changed files with 2 additions and 1 deletions

3
buzzer.sh Normal file → Executable file
View File

@ -1,5 +1,6 @@
#!/bin/sh
# set gpio number
gpio=0
$(command -v gpio) mode IN $gpio
@ -17,4 +18,4 @@ while true; do
fi
done
done