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

◆ setup_max_power()

void setup_max_power ( )
Examples
Animartrix.ino.

Definition at line 131 of file Animartrix.ino.

131 {
133 FastLED.setMaxPowerInVoltsAndMilliamps(POWER_VOLTS, POWER_MILLIAMPS); // Set max power to 2 amps
134 }
135}
#define POWER_MILLIAMPS
#define POWER_VOLTS
const bool kPowerLimiterActive
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.

References FastLED, kPowerLimiterActive, POWER_MILLIAMPS, and POWER_VOLTS.

Referenced by setup().

+ Here is the caller graph for this function: