mirror of
https://github.com/bitlair/bitlair_doorduino.git
synced 2025-05-13 12:20:07 +02:00
Initial pi-configs from running system
This commit is contained in:
parent
595dd8a30e
commit
5727a9aa71
5 changed files with 300 additions and 2 deletions
8
pi-config/reset_arduino.sh
Normal file
8
pi-config/reset_arduino.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
cd /sys/class/gpio/
|
||||
echo 6 > export
|
||||
echo out > gpio6/direction
|
||||
echo 0 > gpio6/value
|
||||
echo 1 > gpio6/value
|
||||
echo 6 > unexport
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue