cat-in-136 / ws2812-esp32-rmt-driver

WS2812 driver using ESP32 RMT for Rust
MIT License
40 stars 21 forks source link

migrate to esp-idf 5.1 and esp-idf-hal #34

Closed cat-in-136 closed 6 months ago

cat-in-136 commented 6 months ago

This PR is to migrate to esp-idf 5 and use the safe Peripherals abstraction. It also introduce zero-copy API to smartled interface (#30 ).

fix #31 and resolve #30

faern commented 6 months ago

Awesome to try to get this crate to ESP-IDF 5. That's very welcome! :sparkles: