Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5961

General • Re: Controlling multiple (consecutive) GPIO pins with PIO program

$
0
0
Try to init also the second pin, something like:

pio_gpio_init(pio, PIO_BLINK_LED1_GPIO);
pio_gpio_init(pio, PIO_BLINK_LED1_GPIO +1);

Statistics: Posted by gmx — Mon Dec 02, 2024 7:15 am



Viewing all articles
Browse latest Browse all 5961