-
Hello ,
maybe we should think about of rework the lib, because the installation of the required lib bcm25xx does not work anymore on bullseye 32/64-Bit.
I am not sure for what the bcmxxxx lib is …
-
Apparently, according to the developer at http://wiringpi.com/news/, wiringpi.so is deprecated. Unfortunately the new 64 bit version of the raspbianOS (now officially supported) does not include the l…
-
Please support custom sysroot. For example, mount actual Pi root over sshfs, or copy it locally using rsync. There can be additional libraries installed (i.e. WiringPi etc.).
-
During creation of the GPIO class such that it doesn't use the wiringPi library.
Changes have been captured in a seperate branch
-
dear Klas,
using git 2.0a tag
NIF would not load so I put in a test for the error.
on_load() ->
%% Force wiringPi to return -1 on initalization failure. In
%% wiringPi this was not nece…
-
You shouldn't use dl() in your wiringpi.php script because it is deprecated. On my system, for instance, the script is unable to load the library because dl() is disabled.
-
I ran the program separately on Raspberry Pi 4b and it works fine. I am using GPIO.12.
But after merging with my other code, an error occurred that was Unable to initialize GPIO.
In my system, I use…
-
We need to choose how we're going to interface our controller to some hardware. The easiest one would be Raspberry Pi 3 or 4, I searched and found the following solutions:
1. [WiringPi](https://git…
-
I am interested in having a slightly more generic type-safe interface to wiringpi.
Specifically this entails having variants `pin = .. | GPIO4 | GPIO5 | ..`, `pin_mode = IN | OUT`, etc, and make all …
-
Running on Orange Pi 3.0.0 Bullseye with Linux 5.16.17-sun50iw9
```
> sudo ./build
wiringPi Build script
=====================
WiringPi Library
[UnInstall]
make: Nothing to be done for '…