https://github.com/tmpfs/embassy-nrf-ws2812-pwm
WS2812 PWM driver for embassy and embassy-nrf
https://github.com/tmpfs/embassy-nrf-ws2812-pwm
Last synced: 8 months ago
JSON representation
WS2812 PWM driver for embassy and embassy-nrf
- Host: GitHub
- URL: https://github.com/tmpfs/embassy-nrf-ws2812-pwm
- Owner: tmpfs
- License: apache-2.0
- Created: 2025-11-04T05:08:19.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-11-04T05:58:39.000Z (9 months ago)
- Last Synced: 2025-11-04T06:05:17.053Z (9 months ago)
- Language: Rust
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# WS2812 LED drivers for embassy nRFxx
Driver for the WS2812 (aka Neopixel) LEDs using [embassy-nrf][] and pulse width modulation (PWM).
## License
MIT or Apache-2.0
## Acknowledgements
Based on the [ws2812-nrf52833-pwm](https://github.com/BartMassey/ws2812-nrf52833-pwm) code.
[embassy-nrf]: https://github.com/embassy-rs/embassy-nrf/