pigpio
pigpio copied to clipboard
pigpio is a C library for the Raspberry which allows control of the General Purpose Input Outputs (GPIO).
Hello I am trying to use interrupts on a raspberry 3b+ with this piece of code: ``` #include #include #include #include #include #include #include const int PA= 4; //broche 7...
Hi, for a project I'm trying to use SPI on a Compute Module 4. I'd like to use mode 3 SPI, but I noticed SPI1(which is an auxilliary) doesn't support...
Hello, is it possible to let the chip select go low after spiXfer? I need this for a project in which I move bytes one after the other via the...
Hey 👋🏻, I am currently looking into licensing at Home Assistant, and I found that we could not detect the license of this library properly. According to pyproject.toml documentation about...
I have been finding this library quite useful, but have have discovered some issues driving stepper motors similar to #126, #382, and #146 Each of these issues seems to demand...
hello all, seems like` libpigpio1` and `libpigpio-dev `are now `1.79-1+rpt1.1` when I update. But `pigpio` requires `1.79-1+rpt1` specifically for both libraries. Is there any plan to make `pigpio` compatible to...
when running `sudo make -f MakeRemote install` on a linux machine with python 3.12, setup.py raise the error ``` ERROR: Could not find a version that satisfies the requirement distutils...
Hello I'm struggling with the function gpioSetISRFunc I always have a bad init error -123 I tried to find some solution by disabling the W-1 interface but it does not...