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

Function scannerLoop

nRFBox_V2/scanner.cpp:192–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192void scannerLoop() {
193 scanChannels();
194 outputChannels();
195
196 // Save the graph to EEPROM every 5 seconds
197 if (millis() - lastSaveTime > saveInterval) {
198 saveGraphToEEPROM();
199 lastSaveTime = millis();
200 }
201}

Callers

nothing calls this directly

Calls 3

saveGraphToEEPROMFunction · 0.85
scanChannelsFunction · 0.70
outputChannelsFunction · 0.70

Tested by

no test coverage detected