Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
void 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
37
void AnalyzerLoop(){
Callers
1
menuSetup
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected