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

Function condition_led_changes_8

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

Source from the content-addressed store, hash-verified

376}
377
378bool condition_led_changes_8() {
379 return led_state_changes >= 8;
380}
381
382bool condition_led_changes_5() {
383 return led_state_changes >= 5;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected