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

|
||||||
|
|
||||||
|
> 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
|
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`
|
start: `sudo systemctl start cloudsign`
|
||||||
stop: `sudo systemctl stop cloudsign`
|
stop: `sudo systemctl stop cloudsign`
|
||||||
|
Reference in New Issue
Block a user