-
There are some SPI devices which require dynamic rw calls, meaning that: before the rw transaction is initiated, it is not clear how many bytes will be returned. The length is determined within the fi…
-
This is more of a question than the issue that revolves around the operating system(s). The WiringPi Library installation can be confusing for a beginner for both the hardware and its OS. Over the ye…
-
Unable to compile foo.cpp when is included
- Also receive error that file format is not recognized
![screenshot 2017-04-05 at 5 13 23 pm](https://cloud.githubusercontent.com/assets/11453720/24732…
-
`sudo python3 setup.py install` returns
```running install
/usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build …
-
Hi!
I think the Wiring Pi library needs updating based on the latest update around the Rapsberry Pi 4 GPIO pins. I haven't proven this yet, but as I am trying to debug the problems for not being ab…
-
Arduino library on galileo supports only a part of the functions from wiringpi. It must support all.
-
The wiringPi library is critically obsolete and also hard to come by. We need to make sure that all tools that make use of this library are converted to a replacement or replaced by better solutions.
…
-
Wiringpi is now discontinued, and can't cope with Debian bookworm.
Here is the error I'm getting when I try to run `pwm_fan_control2`:
```
source .env && sudo -E bash -c './pwm_fan_control2'
Start…
-
There's an update to the wiringpi library that auto-detects the revision of raspberry pi and adapts the pin number mappings to take into account the changed pinout of the header. Any plan to upgrade?…
-
We currently use WiringPi to control our GPIO pins. The thing is WiringPi is designed and built as a shared library. Eventually, with our software on the prop control board, we can't have shared libra…