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

Function getPowerModel

src/FastLED.h:1572–1574  ·  view source on GitHub ↗

Get current RGB power model @returns Current RGB power consumption model

Source from the content-addressed store, hash-verified

1570 /// Get current RGB power model
1571 /// @returns Current RGB power consumption model
1572 inline PowerModelRGB getPowerModel() const {
1573 return get_power_model();
1574 }
1575
1576 /// Get estimated power consumption in milliwatts
1577 ///

Callers

nothing calls this directly

Calls 1

get_power_modelFunction · 0.85

Tested by

no test coverage detected