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