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

Function setChannel

VScode Platformio/src/analyzer.cpp:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void setChannel(uint8_t CHannel) {
101 writeRegister(NRF24_RF_CH, CHannel);
102}
103
104void powerUP() {
105 uint8_t config = readRegister(NRF24_CONFIG);

Callers 1

analyzerLoopFunction · 0.70

Calls 1

writeRegisterFunction · 0.70

Tested by

no test coverage detected