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

Function condition_led_changes_6

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

Source from the content-addressed store, hash-verified

372}
373
374bool condition_led_changes_6() {
375 return led_state_changes >= 6;
376}
377
378bool condition_led_changes_8() {
379 return led_state_changes >= 8;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected