An open API service indexing awesome lists of open source software.

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

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/