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

Function radioSetChannel

nRFBox_V2/jammer.cpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void radioSetChannel(int channels) {
75 radioA.setChannel(channels);
76 radioB.setChannel(channels);
77 radioC.setChannel(channels);
78}
79
80void jammer() {
81 int methode = 1;

Callers 1

jammerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected