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

Function initializeRadiosMultiMode

VScode Platformio/src/blejammer.cpp:68–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void initializeRadiosMultiMode() {
69 if (radio1.begin()) {
70 configureRadio(radio1, channelGroup1, sizeof(channelGroup1));
71 }
72 if (radio2.begin()) {
73 configureRadio(radio2, channelGroup2, sizeof(channelGroup2));
74 }
75 if (radio3.begin()) {
76 configureRadio(radio3, channelGroup3, sizeof(channelGroup3));
77 }
78}
79
80void initializeRadios() {
81 if (currentMode == BLE_MODULE) {

Callers 1

initializeRadiosFunction · 0.70

Calls 1

configureRadioFunction · 0.70

Tested by

no test coverage detected