The niftiest peripheral on the RP2040 chip is called ‘pio’ – a programmable state machine that can handle streams of bitbang data. One of the first demos for pio is to drive NeoPixels (a.k.a ws2812 addressable LEDs) since they use a single pulse-width encoding scheme which often requires a lot...