MCPcopy Create free account
hub / github.com/Legion2/CorsairLightingProtocol / triggerLEDUpdate

Method triggerLEDUpdate

src/FastLEDController.cpp:492–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490}
491
492void FastLEDController::triggerLEDUpdate() { trigger_update = true; }
493
494void FastLEDController::setLEDExternalTemperature(uint8_t channel, uint16_t temp) { channelData[channel].temp = temp; }
495

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected