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

Method getLastTemperature

tests/fl/fx/mock_fastled.h:198–198  ·  view source on GitHub ↗

* @brief Get the last color temperature set * @return Last temperature value */

Source from the content-addressed store, hash-verified

196 * @return Last temperature value
197 */
198 CRGB getLastTemperature() const { return mTemperature; }
199
200 /**
201 * @brief Get the last max refresh rate set

Callers 1

FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected