Module ambient

Source
Expand description

Driver for four “Ambient” LEDs near the four corners of the Wukong board. These are WS2812-family “smart” LEDs — they appear to be WS2812B.

Driving these parts is difficult due to tight timing constraints. We defer this to the ws2812-nrf52833-pwm crate, which uses a Microbit PWM to generate the necessary signals.

Structs§

WuKongAmbient
Ambient LED driver struct.

Enums§

Error
Error during ambient driver operation.

Type Aliases§

RGB8
8-bit RGB
OSZAR »