rp-rs / ws2812-pio-rs

https://crates.io/crates/ws2812-pio/
Apache License 2.0
18 stars 26 forks source link

Allow less blocking writes with Ws2812Direct #7

Closed WeirdConstructor closed 2 years ago

WeirdConstructor commented 2 years ago

As discussed on Matrix here is my PR that proposes a way to access Ws2812 LED chains without the 60 microsecond pre delay.

Use case here was a rtic context.

jannic commented 2 years ago

Only read the patch from my phone, but LGTM, too. Great that you added more documentation!