Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cifertech/nRFBox
/ setrx
Function
setrx
nRFBox_V2/analyzer.cpp:67–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
void setrx(void) {
68
setregister(NRF24_CONFIG, getregister(NRF24_CONFIG) | 0x01);
69
ENable();
70
delayMicroseconds(100);
71
}
72
73
void ScanChannels(void) {
74
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