MCPcopy 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
123bool carrierDetected() {
124 return readRegister(NRF24_RPD) & 0x01;
125}
126
127
128void analyzerSetup(){

Callers 1

analyzerLoopFunction · 0.70

Calls 1

readRegisterFunction · 0.70

Tested by

no test coverage detected