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

◆ set_max_power_in_milliwatts()

void set_max_power_in_milliwatts ( uint32_t powerInmW)

Set the maximum power used in watts.

Deprecated
Use CFastLED::setMaxPowerInMilliWatts

Definition at line 180 of file power_mgt.cpp.

181{
182 FastLED.setMaxPowerInMilliWatts(powerInmW);
183}
CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:58

References FastLED.