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

◆ head()

static CLEDController * CLEDController::head ( )
inlinestatic

Get the first LED controller in the linked list of controllers.

Returns
CLEDController::m_pHead

Definition at line 154 of file cled_controller.h.

154{ return m_pHead; }
static CLEDController * m_pHead
pointer to the first LED controller in the linked list

References CLEDController(), and m_pHead.

Referenced by calculate_max_brightness_for_power_mW(), CFastLED::clearData(), CFastLED::count(), CFastLED::operator[](), CFastLED::setCorrection(), CFastLED::setDither(), CFastLED::setTemperature(), CFastLED::show(), and CFastLED::showColor().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: