MCPcopy Create free account
hub / github.com/cifertech/nRFBox / scannerLoop

Function scannerLoop

VScode Platformio/src/scanner.cpp:224–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224void scannerLoop(){
225
226 checkButtons();
227 scanChannels();
228 outputChannels();
229
230}

Callers

nothing calls this directly

Calls 3

checkButtonsFunction · 0.85
scanChannelsFunction · 0.70
outputChannelsFunction · 0.70

Tested by

no test coverage detected