Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Blueforcer/awtrix3
/ loop
Function
loop
src/main.cpp:117–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
void loop()
118
{
119
timer_tick();
120
ServerManager.tick();
121
DisplayManager.tick();
122
PeripheryManager.tick();
123
if (ServerManager.isConnected)
124
{
125
MQTTManager.tick();
126
}
127
}
Callers
1
sendPacket
Method · 0.85
Calls
2
timer_tick
Function · 0.85
tick
Method · 0.45
Tested by
no test coverage detected