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

Function condition_led_changes_5

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

Source from the content-addressed store, hash-verified

380}
381
382bool condition_led_changes_5() {
383 return led_state_changes >= 5;
384}
385
386bool condition_led_changes_4() {
387 return led_state_changes >= 4;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected