diff options
author | Paul Oliver <contact@pauloliver.dev> | 2025-01-14 15:42:46 -0800 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2025-01-17 19:16:43 -0800 |
commit | e1fa79eb713c249055fb23fcc6684a94f77d8368 (patch) | |
tree | 5ac5d27b5ffd94ba9591922e7dcfcdb4d0dc198c /servconf.yaml | |
parent | 00ad7b9a1c798e611a0c0b7fcbfa5ee76c2f39c4 (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 |