Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cifertech/nRFBox
/ powerDown
Function
powerDown
nRFBox/scanner.cpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void powerDown(void)
62
{
63
setRegister(_NRF24_CONFIG,getRegister(_NRF24_CONFIG)&~0x02);
64
}
65
66
void enable(void)
67
{
Callers
nothing calls this directly
Calls
2
setRegister
Function · 0.70
getRegister
Function · 0.70
Tested by
no test coverage detected