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