MCPcopy Create free account
hub / github.com/cifertech/nRFBox / setChannel

Function setChannel

nRFBox_V2/analyzer.cpp:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104void setChannel(uint8_t CHannel) {
105 writeRegister(NRF24_RF_CH, CHannel);
106}
107
108void powerUP() {
109 uint8_t config = readRegister(NRF24_CONFIG);

Callers 1

analyzerLoopFunction · 0.70

Calls 1

writeRegisterFunction · 0.70

Tested by

no test coverage detected