MCPcopy Create free account
hub / github.com/FastLED/FastLED / get_power_scaling_exponent

Function get_power_scaling_exponent

src/power_mgt.cpp.hpp:292–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292float get_power_scaling_exponent() {
293 // Authoritative storage lives in the model; on small-memory builds the
294 // field is clamped to 1.0 by set_power_model.
295 return gPowerModel().exponent;
296}
297
298PowerModelRGB get_power_model() {
299 return gPowerModel();

Callers 2

getPowerScalingExponentFunction · 0.85
FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected