MCPcopy Create free account
hub / github.com/arkhipenko/TaskScheduler / LEDOff

Function LEDOff

tests/test-scheduler-blink-example.cpp:166–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void LEDOff() {
167 if (simulated_led_state) {
168 simulated_led_state = false;
169 led_state_changes++;
170 blink_test_output.push_back("LED_OFF");
171 if (debug_output_enabled) {
172 std::cout << "LED OFF at " << millis() << "ms" << std::endl;
173 }
174 }
175}
176
177// Test callback functions (matching the example structure)
178

Callers 10

blink1CBFunction · 0.70
blink2CB_ONFunction · 0.70
blink2CB_OFFFunction · 0.70
blink3CBFunction · 0.70
blink42Function · 0.70
blink42ODFunction · 0.70
blink52Function · 0.70
blink52ODFunction · 0.70
blink6CBFunction · 0.70
blink6ODFunction · 0.70

Calls 1

millisFunction · 0.85

Tested by

no test coverage detected