pigpio icon indicating copy to clipboard operation
pigpio copied to clipboard

pigpio is a C library for the Raspberry which allows control of the General Purpose Input Outputs (GPIO).

Results 88 pigpio issues
Sort by recently updated
recently updated
newest added

I think the documentation for gpioStartThread is missing a return argument in the example for void *myfunc(void *arg) { } warning: control reaches end of non-void function [-Wreturn-type] http://abyz.me.uk/rpi/pigpio/cif.html#gpioStartThread

documentation

Hi, thank you for this wonderful tool! I am trying to compile and install this software into a separate directory so that I can package it into a .deb installer....

Observe the script that checks the most significant bit of the first parameter lda p0 and 2147483648 sta p1 rra 31 sta p2 if you send(0xFFFFFFFF), you get (-1, -2147483648,...

Create a docker image for `pigpiod` and pushes it to the hub when done on master. You need to put your username and password in the secrets to be able...

Hello... Pigpio has bitbang receiver for serial data with ability to invert signal. On the other side for transmitting with "wave_add_serial" there are no inverting possible. So wave_add_serial with inverting...

enhancement

Right now there is a hard limit of 20 loop counters (as per documentation) in a wave chain I am trying to create a ramp pulse input with ~100 square...

enhancement

Hi there! Thanks for your awesome project! This is how I run into this problem: In `main()`, I started notification on FIFO `/dev/pigpio0` and forked another process which runs `pig2vcd`...

Hello, i'm recording a bunch of pulses and re-playing them quite similar to the example http://abyz.me.uk/rpi/pigpio/python.html#wave_add_generic my application records the remote control's signal for a power switch (or any other...

documentation

Hi, I wanted to ask if it is possible to use pigpio in a virtual environment? Running the servo demo script worked for me in a non-virtual environment with the...

question
Help Wanted

I tried to make modifications to pigpiod_if2 interface and had success with it working on windows, can you check it out and extend the library in pigpiod_if2.c i excluded/included following...

enhancement