Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cifertech/nRFBox
/ carrierDetected
Function
carrierDetected
nRFBox_V2/analyzer.cpp:127–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
bool carrierDetected() {
128
return readRegister(NRF24_RPD) & 0x01;
129
}
130
131
132
void analyzerSetup(){
Callers
1
analyzerLoop
Function · 0.70
Calls
1
readRegister
Function · 0.70
Tested by
no test coverage detected