diff options
author | Paul Oliver <contact@pauloliver.dev> | 2025-01-14 15:42:46 -0800 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2025-01-24 16:36:18 -0800 |
commit | c18d30706ce647a7b640d73514eecb0aa442873c (patch) | |
tree | 35c93aff04e7d9e2153d696f00f2ac478043613f /servconf.yaml | |
parent | 7c360b79ee2e3230e6e5fe76c102dd688f9cf7b9 (diff) |
Adds GPIO effect and dummy blinker service
Diffstat (limited to 'servconf.yaml')
-rw-r--r-- | servconf.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/servconf.yaml b/servconf.yaml index 9bf4c63..0eb74e7 100644 --- a/servconf.yaml +++ b/servconf.yaml @@ -1,6 +1,13 @@ command: name: command pubEp: tcp://0.0.0.0:10000 +dummy-blinker: + gpio: + - GPIO17 + - GPIO22 + - GPIO27 + name: blinker + period: 1000 dummy-poller: name: poller period: 3000000 |