Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Blueforcer/awtrix3
/ timer_tick
Function
timer_tick
src/timer.cpp:16–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
void timer_tick()
17
{
18
now = time(NULL);
19
datetime = localtime(&now);
20
}
Callers
1
loop
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected