pi install script
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,4 @@
|
||||
adafruit-ws2801
|
||||
adafruit-gpio
|
||||
RPi.GPIO
|
||||
|
||||
Reference in New Issue
Block a user