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

Function initializeRadios

nRFBox_V2/blejammer.cpp:80–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void initializeRadios() {
81 if (currentMode == !DEACTIVE_MODE) {
82 initializeRadiosMultiMode();
83 } else if (currentMode == DEACTIVE_MODE) {
84 radio1.powerDown();
85 radio2.powerDown();
86 radio3.powerDown();
87 delay(100);
88 }
89}
90
91void jammer(RF24 &radio, const byte* channels, size_t size) {
92 const char text[] = "xxxxxxxxxxxxxxxx";

Callers 2

checkModeChangeFunction · 0.70
blejammerSetupFunction · 0.70

Calls 1

Tested by

no test coverage detected