|
|
||
|---|---|---|
| .gitignore | ||
| GPIO Pin.png | ||
| LICENSE | ||
| README.md | ||
| main.py | ||
| requirements.txt | ||
| start.sh | ||
README.md
GPIO pin setup
Start on (re)boot
sudo apt install screen -y
sudo crontab -e
@reboot /path/to/start.sh
|
|
||
|---|---|---|
| .gitignore | ||
| GPIO Pin.png | ||
| LICENSE | ||
| README.md | ||
| main.py | ||
| requirements.txt | ||
| start.sh | ||
sudo apt install screen -y
sudo crontab -e
@reboot /path/to/start.sh