gpio-utils
gpio-utils copied to clipboard
Userspace Utilities for managing GPIOs in Linux
Add example Systemd service file (ideally usable as-is) that will export pins on startup (and unexport on stop). Relates to #8.
Document should be added. Maybe based on https://github.com/nix-rust/nix/blob/master/CONTRIBUTING.md (although homu is not setup as there are issues with the web service currently).
On a raspberry PI 3/debian, > $ gpio --config ./raspberrypi.toml status GPIO07 > | Number | Exported | Direction | Active Low | Names | Value | > +------------+------------+------------+------------+------------+------------+ >...
I test gpio-utils on a Raspberry PI 3. It's Ok for `read/write` command but I can't use the `poll` command. I do this > gpio --config ./raspberrypi.toml poll GPIO07 I...
Add an example (ideally usable as-is) init script that will export pins on system start.