MCPcopy Create free account
hub / github.com/0x1abin/MultiTimer / timerCallback2

Function timerCallback2

examples/test_linux.c:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19void timerCallback2(MultiTimer* timer, void* userData) {
20 printf("Timer 2 fired at %lu ms\n", getPlatformTicks());
21 multiTimerStart(timer, 1000, timerCallback2, NULL); // Restart timer
22}
23
24void timerCallback3(MultiTimer* timer, void* userData) {
25 printf("Timer 3 (one-shot) fired at %lu ms\n", getPlatformTicks());

Callers

nothing calls this directly

Calls 2

getPlatformTicksFunction · 0.85
multiTimerStartFunction · 0.85

Tested by

no test coverage detected