FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ delay_at_max_brightness_for_power()

void delay_at_max_brightness_for_power ( uint16_t ms)

Similar to CFastLED::delay(), but pre-adjusts brightness to keep below the power threshold.

Deprecated
This is now a part of CFastLED::delay()

Definition at line 191 of file power_mgt.cpp.

192{
193 FastLED.delay(ms);
194}
CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:58

References FastLED.