ws2812-nrf52833-pwm

WS2812 driver using nRF52833 PWM

APACHE-2.0 License

Downloads
722
Stars
0
Committers
1

WS2812 driver for the nRF52833 using PWM

Bart Massey 2024-08

This code is intended for usage with the smart-leds crate.

This driver utilizes a PWM from the Nordic nRF52833 to drive a pin on the device with the signals necessary for a WS2812-family "Neopixel" smart LED chain.

License

Like the work from which this was derived (see below), this work is licensed under either of

at your option.

Acknowledgements

David Sawatzke [email protected] wrote a driver way back in 2017 that was the starting point for this work. Greatly appreciated.