Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cifertech/nRFBox
/ setRX
Function
setRX
nRFBox_V2/scanner.cpp:68–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
void setRX(void) {
69
setRegister(_NRF24_CONFIG, getRegister(_NRF24_CONFIG) | 0x01);
70
enable();
71
delayMicroseconds(100);
72
}
73
74
void scanChannels(void) {
75
disable();
Callers
1
scanChannels
Function · 0.70
Calls
3
setRegister
Function · 0.70
getRegister
Function · 0.70
enable
Function · 0.70
Tested by
no test coverage detected