This is a mirror of the original repository over at kernel.org. This github page is for discussions and issue reporting only. PRs can be discussed here but the patches need to go through the linux-gpio mailing list. - libgpiod/tools/gpioset.c at eb690e46
Knowing that for playing with gpios, the sysfs api is now deprecated and it is replaced by the new libgpiod https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/about/, I tried to compile the library and use it on my target (S32G Eval board), unfortunately I got some errors...
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...
The **libgpiod** project includes a suite of **command-line tools** to facilitate GPIO manipulation from console and shell scripts. .. toctree:: :maxdepth: 1 :caption: Manual entries gpiodetect<gpiodetect> gpioinfo<gpioinfo> gpioget<gpioget> gpioset<gpioset> gpiomon<gpiomon> gpionotify...