Compare commits
3 Commits
a60c615612
...
main
Author | SHA1 | Date | |
---|---|---|---|
262e621422 | |||
016e136bcf | |||
922d91c4da |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -136,3 +136,5 @@ dmypy.json
|
||||
|
||||
# Cython debug symbols
|
||||
cython_debug/
|
||||
|
||||
.vscode
|
||||
|
@@ -1,11 +1,14 @@
|
||||

|
||||
|
||||
> apologies for the gif, it looks smooth in person but it's surprisingly difficult to cleanly capture video of PWM controlled lights
|
||||
|
||||
Designed to power a lamp from a raspberry pi. Turns GPIO17 on if internet works, pulses if internet doesn't
|
||||
|
||||
install: link or copy cloudsign.service to `/lib/systemd/system`
|
||||
install: symlink or copy cloudsign.service to `/lib/systemd/system`
|
||||
|
||||
start: `sudo systemctl start cloudsign`
|
||||
stop: `sudo systemctl stop cloudsign`
|
||||
etc for enable/disable/restart
|
||||
|
||||
test 2.
|
||||
logs: `journalctl -u cloudsign`
|
||||
edit startup: `sudo vim /lib/systemd/system/cloudsign.service`
|
Reference in New Issue
Block a user