Crates.io | ws2812-nrf52833-hal-pwm |
lib.rs | ws2812-nrf52833-hal-pwm |
version | 0.1.0 |
source | src |
created_at | 2024-08-07 17:10:30.401838 |
updated_at | 2024-08-07 17:10:30.401838 |
description | nrf52833 PWM driver for ws2812 leds |
homepage | |
repository | https://github.com/BartMassey/ws2812-nrf52833-hal |
max_upload_size | |
id | 1328607 |
size | 37,922 |
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.
Like the work from which this was derived (see below), this work is licensed under either of
at your option.
David Sawatzke david-sawatzke@users.noreply.github.com wrote a driver clear back in 2017 that was the starting point for this work. Greatly appreciated.