SmartLed driver for AVR MCU written on rust
Go to file
doryan 15d1fcddf6 feat: add readme 2025-02-20 18:34:44 +03:00
neopixel_macros feat(neopixel): first commit 2025-02-20 19:16:06 +04:00
src feat(neopixel): first commit 2025-02-20 19:16:06 +04:00
.gitignore feat(neopixel): first commit 2025-02-20 19:16:06 +04:00
Cargo.lock feat(neopixel): first commit 2025-02-20 19:16:06 +04:00
Cargo.toml feat(neopixel): first commit 2025-02-20 19:16:06 +04:00
README.md feat: add readme 2025-02-20 18:34:44 +03:00
rust-toolchain.toml feat(neopixel): first commit 2025-02-20 19:16:06 +04:00

Neopixel driver for AVR mcu

Motivation

For AVR exist two library:

I'm focused on SmartLed trait implementation for AVR MCU (reference: https://github.com/devcexx/ws2812-avr).