Compare commits

...

1 Commits
dev ... master

Author SHA1 Message Date
doryan 15d1fcddf6 feat: add readme 2025-02-20 18:34:44 +03:00

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# Neopixel driver for AVR mcu
## Motivation
For AVR exist two library:
- With using extremely unstable features: https://github.com/devcexx/ws2812-avr
- With using only SPI: https://github.com/smart-leds-rs/ws2812-spi-rs
I'm focused on SmartLed trait implementation for AVR MCU (reference: https://github.com/devcexx/ws2812-avr).