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

Function AnalyzerSetup

nRFBox/Analyzer.cpp:24–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23
24void AnalyzerSetup(){
25
26 Serial.begin(9600);
27
28 display.clearDisplay();
29 display.display();
30
31 radio.begin();
32 radio.setAutoAck(false);
33
34}
35
36
37void AnalyzerLoop(){

Callers 1

menuSetupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected