MCPcopy 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
117void 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

sendPacketMethod · 0.85

Calls 2

timer_tickFunction · 0.85
tickMethod · 0.45

Tested by

no test coverage detected