A collection of various little projects for a Raspberry Pi Pico (rp2040 uC) written in Rust.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Weird Constructor 61cdc02d76 made it compile properly with new rp-hal 10 months ago
..
src made it compile properly with new rp-hal 10 months ago
.gitignore adding ws2812-pio-rs 1 year ago
Cargo.toml made it compile properly with new rp-hal 10 months ago
LICENSE adding ws2812-pio-rs 1 year ago
README.md adding ws2812-pio-rs 1 year ago

README.md

Ws2812b-pio

Implements SmartLedsWrite for the Raspberry's RP2040 using the PIO peripheral.

Refer to the rp-hal for examples.