Description
libgpiod is a C library and tools for interacting with the linux GPIO character device (gpiod stands for GPIO device) The new character device interface guarantees all allocated resources are freed after closing the device file descriptor and adds several new features that are not present in the obsolete sysfs interface (like event polling, setting/reading multiple values at once or open-source and open-drain GPIOs).
Installation Instructions
A 1.xxx version not in normal Fedora - required for LinuxCNC build.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Fedora 38 | x86_64 (12)* | Fedora 38 (0 downloads) |
Fedora 39 | x86_64 (13)* | Fedora 39 (32 downloads) |
Fedora 40 | x86_64 (0)* | Fedora 40 (30 downloads) |
Fedora 41 | x86_64 (0)* | Fedora 41 (5 downloads) |
Fedora rawhide | x86_64 (0)* | Fedora rawhide (36 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable s-kro/libgpoid
More info about enabling Copr repositories