RIOT-OS / RIOT

RIOT - The friendly OS for IoT
https://riot-os.org
GNU Lesser General Public License v2.1
4.93k stars 1.99k forks source link

adds support for the Sparkfun RPI pico in the ws281x driver #19158

Open donsez opened 1 year ago

donsez commented 1 year ago

Description

adds support for the Sparkfun RPI pico (rpi-pico) in the ws281x driver.

The test command in tests/driver_ws281x/ can be used to test the feature.

Useful links

krzysztof-cabaj commented 1 year ago

When PR #17425 will be merged to the master - this should be rather easy work.

I do not develop full ws281x driver, but without any problems run application based on Raspberry pico SDK example which control few ws2812 leds from RIOT OS.

maribu commented 1 year ago

As @krzysztof-cabaj says, the PIO is the best way to tackle this.

https://github.com/RIOT-OS/RIOT/pull/17425 is now indeed on the way it, so it shouldn't be too long before this can be tackled with a fancy PIO based driver :)