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

Function jammer

nRFBox/jammer.cpp:70–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69
70void jammer() {
71 const char text[] = "xxxxxxxxxxxxxxxx";
72 for (int i = ((channel * 5) + 1); i < ((channel * 5) + 23); i++) {
73 radioSetChannel(i);
74 radioWrite(&text, sizeof(text));
75 }
76}
77
78
79void pressBt01() {

Callers 1

jammerLoopFunction · 0.70

Calls 2

radioWriteFunction · 0.85
radioSetChannelFunction · 0.70

Tested by

no test coverage detected