-
For consideration: https://github.com/vsergeev/c-periphery
The following will be marked as deprecated and removed in future versions (replaced by c-periphery classes):
- CommSpi.h
- CommSpi.cpp
-
Hi,
First of all, thank you for this very nice crate, with a lot of features and a nicely documented.
But I wonder why did you make it Raspberry Pi specific?
The strength of an OS like Linux is to …
-
Hello,
I am in the process of migrating from wiring pi to c-periphery for my current [project](https://github.com/ribasco/ucgdisplay). In wiring pi, I am able to set the pin modes to alt0 via pinM…
-
Are the C functions provided by the libgpiod C libaray thread safe?
My current assumption is that the functions are not thread safe because functions like [gpiod_line_update](https://github.com/brg…
fivdi updated
6 years ago
-
Wiring PI and RPi.GPIO are supported on this board; unfortunately this package mistakenly detects the board as a BeagleBone black.
-
Compiling on a CentOS 7.4 with a custom 4.14 kernel, I get this error trying to autoconf:
```
# ./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autor…
-
According to the sysfs gpio driver (https://www.kernel.org/doc/Documentation/gpio/sysfs.txt):
The device file "active_low" is available. Writing a "0" or a "1" to it makes the gpio normal or active_l…
-
Implement python bindings for libgpiod.
-
It seems that the ```--builds``` flag got broken by recent changes to ```bodhi-push```:
```
$ sudo -u apache bodhi-push --username bowlofeggs --builds python-rpdb-0.1.6-11.fc28 …
-
I patched my local buildroot to enable the C++ bindings:
```diff
diff --git a/package/libgpiod/libgpiod.mk b/package/libgpiod/libgpiod.mk
index 598adcc599..68b1166a5d 100644
--- a/package/libgpiod…