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

Function radioSetChannel

VScode Platformio/src/jammer.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void radioSetChannel(int channels) {
67 radioA.setChannel(channels);
68 radioB.setChannel(channels);
69 radioC.setChannel(channels);
70}
71
72void jammer() {
73 int methode = 1;

Callers 1

jammerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected