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

Function checkModeChange

VScode Platformio/src/blejammer.cpp:134–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134void checkModeChange() {
135 if (modeChangeRequested) {
136 modeChangeRequested = false;
137 currentMode = static_cast<OperationMode>((currentMode + 1) % 3);
138 initializeRadios();
139 updateOLED();
140 }
141}
142
143void blejammerSetup() {
144 Serial.begin(115200);

Callers 1

blejammerLoopFunction · 0.70

Calls 2

initializeRadiosFunction · 0.70
updateOLEDFunction · 0.70

Tested by

no test coverage detected