pigpio
pigpio copied to clipboard
pigpio is a C library for the Raspberry which allows control of the General Purpose Input Outputs (GPIO).
This adds a couple of options to the project to modularise which parts are built. For example, the tests are only useful for CI to check if changes break functionality...
Hello, I've been using this library for several weeks on an RPI4B+ with no issues whatsoever. It is really a great tool! I am now trying to run it on...
I would like to change the bank drive speeds but have been unable to follow the spaghetti all the way to where it actually gets set in the register. Note...
I use ADS8688A with the 500kSPS. It need 64 clock time per sample. However, the pigpio library use 1us as the min clock time. The max speed I can achieved...
I am using the pigpio library to read an encoder and convert its value into degrees. One big issue I face is that to my understanding the pigpio.callback uses its...
Heya, I seem to be getting a conflict when using pigpiod and HDMI audio on a CM4 - I've also created a topic in the pi forums to see if...
The title says it all. When I use gpiodetect tools, I get this on CM4: ``` gpiochip0 [pinctrl-bcm2711] (58 lines) gpiochip1 [raspberrypi-exp-gpio] (8 lines) ``` gpioinfo returns this: ``` gpiochip0...
```TypeError: iter() returned non-iterator of type 'DHT11'``` **Fix:** Change the function next() to __next__. Without that the Iter() does not work properly and therefore you cant iterate over sensor values...
Hello, please give advice on serFlags for the serial port, I haven't found anything in documentation, only that it should be set to null. But that If I want to...