MCPcopy 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
127bool carrierDetected() {
128 return readRegister(NRF24_RPD) & 0x01;
129}
130
131
132void analyzerSetup(){

Callers 1

analyzerLoopFunction · 0.70

Calls 1

readRegisterFunction · 0.70

Tested by

no test coverage detected