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

Function condition_led_changes_4

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

Source from the content-addressed store, hash-verified

384}
385
386bool condition_led_changes_4() {
387 return led_state_changes >= 4;
388}
389
390bool condition_tBlink1_disabled() {
391 return tBlink1_ptr && !tBlink1_ptr->isEnabled();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected