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 3c970fb7ad first cube working 1 year ago
..
src first cube working 1 year ago
.gitignore first cube working 1 year ago
Cargo.toml first cube working 1 year ago
LICENSE first cube working 1 year ago
Readme.md first cube working 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.