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