MCPcopy Create free account
hub / github.com/BruceDevices/firmware / setLedEffectSpeed

Method setLedEffectSpeed

src/core/config.cpp:616–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614}
615
616void BruceConfig::setLedEffectSpeed(int value) {
617 ledEffectSpeed = value;
618 validateLedEffectSpeedValue();
619 saveFile();
620}
621
622void BruceConfig::validateLedEffectSpeedValue() {
623#ifdef HAS_ENCODER_LED

Callers 1

setLedEffectSpeedConfigFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected