Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cifertech/nRFBox
/ setRX
Function
setRX
nRFBox/scanner.cpp:76–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
void setRX(void)
77
{
78
setRegister(_NRF24_CONFIG,getRegister(_NRF24_CONFIG)|0x01);
79
enable();
80
delayMicroseconds(100);
81
}
82
83
void scanChannels(void)
84
{
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