pi install script
This commit is contained in:
parent
38cb5fb623
commit
ec7f2deccc
6
pi/install.sh
Normal file
6
pi/install.sh
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
chmod +x ./lc.py
|
||||||
|
cp lc.service /etc/systemd/system/
|
||||||
|
systemctl daemon-reload
|
||||||
|
systemctl enable --now lc.service
|
||||||
|
systemctl restart lc
|
||||||
4
pi/requirements.txt
Normal file
4
pi/requirements.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
adafruit-ws2801
|
||||||
|
adafruit-gpio
|
||||||
|
RPi.GPIO
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user