libgpiod: add package for library and tools
authorMichael Heimpold <redacted>
Sun, 11 Feb 2018 17:19:35 +0000 (18:19 +0100)
committerMichael Heimpold <redacted>
Sun, 11 Feb 2018 17:29:07 +0000 (18:29 +0100)
commit59350addd05f33367ab7e2ae4417eb8f74eeae00
tree13492a24a394349a15457c6bd0a396d298755ab4
parent301b0808a61bc7fbfb3b33e7526c6c280a789b83
libgpiod: add package for library and tools

libgpiod is a C library with corresponding tools for interacting
with the linux GPIO character device (gpiod stands for GPIO device).

Since linux 4.8 the GPIO sysfs interface is deprecated. User space should use
the character device instead. This library encapsulates the ioctl calls and
data structures behind a straightforward API.

Signed-off-by: Michael Heimpold <redacted>
libs/libgpiod/Makefile [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT