Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
void setChannel(uint8_t CHannel) {
101
writeRegister(NRF24_RF_CH, CHannel);
102
}
103
104
void powerUP() {
105
uint8_t config = readRegister(NRF24_CONFIG);
Callers
1
analyzerLoop
Function · 0.70
Calls
1
writeRegister
Function · 0.70
Tested by
no test coverage detected