gpio-utils icon indicating copy to clipboard operation
gpio-utils copied to clipboard

Userspace Utilities for managing GPIOs in Linux

Results 5 gpio-utils issues
Sort by recently updated
recently updated
newest added

Add example Systemd service file (ideally usable as-is) that will export pins on startup (and unexport on stop). Relates to #8.

help wanted
T-embedded-linux
C-enhancement

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).

T-embedded-linux
C-bug

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.

help wanted