-
As I wrote in the other issue I switched to your lib.
Would be grate to be able to use the debounce settings of libgpiod.
-
Fails. Gives the following output:
```
root@APU3D4:~/gcfflasher# ./build_posix.sh
Package libgpiod was not found in the pkg-config search path.
Perhaps you should add the directory containing `li…
-
I was using `LibGpiodDriver` as part of #1467. I ran into two problems.
I installed `gpiod` instead of `libgpiod-dev`. I saw this error:
```console
pi@raspberrypineapple:~/iot/samples/led-blink…
-
@starnight Thanks for these examples, they have been very instructive.
There is a v2.0-rc1 here https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/commit/?id=7deb50c54746b29b4f3edc098d3b835c…
htot updated
9 months ago
-
### Board Type
Raspberry PI but not applicable
### Operating System
Linux
### Swift Version
I use prebuilt binaries
### Description
_sysfs GPIO is deprecated and will be removed in…
-
Not sure what a good answer to this is, or if it's even something that should be required of Blinka. But starting here.
This issue is a good example of what can happen:
https://github.com/adafruit…
-
I know that GPIO monitoring callbacks is in the roadmap but it would be really great addition. I have tried node-libgpiod with Raspberry Pi 5 4GB (I just needed to change `new Chip(0)` to `new Chip(4)…
-
Hi, switched to your library recently as Kernel 6.6 broke one of my MagicMirror modules.
Would be grate to be able to set pull-up or pull-down for pins while registering them.
-
https://wiki.sipeed.com/soft/Lichee/zh/Zero-Doc/Drive/GPIO_libgpiod.html
-
## Here are the steps I follow to reproduce the issue:
1. Have libgpiod version >= 2
2. Attempt to compile linuxcnc v 2.9.2
## This is what I expected to happen:
Build succeeds
## This …