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 /README.md | |
parent | 7c360b79ee2e3230e6e5fe76c102dd688f9cf7b9 (diff) |
Adds GPIO effect and dummy blinker service
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ to build pipelines modularly and stream data within pipeline elements. E.g. Install [`stack`](https://docs.haskellstack.org/en/stable/). I recommend using [`ghcup`](https://www.haskell.org/ghcup/) for this. Run `stack build` to compile all libraries and executables. Note: you might need to install some -system dependencies on your host first (e.g. `libzmq`, etc.) +system dependencies on your host first (e.g. `libzmq`, `libgpiod`, etc.) ## Test On one terminal, run `stack exec dummy-receiver`. This will initialize a ZMQ |