FastLED 3.9.15
Loading...
Searching...
No Matches

◆ RegistrationMode

enum class fl::CLEDController::RegistrationMode
strongprotected

Registration mode for constructor.

Enumerator
AutoRegister 

Automatically add to linked list (default, backward compatible)

DeferRegister 

Defer registration until addToList() is called.

Definition at line 43 of file cled_controller.h.

43 {
44 AutoRegister,
45 DeferRegister
46 };