Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cifertech/nRFBox
/ powerdown
Function
powerdown
nRFBox_V2/analyzer.cpp:55–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
void powerdown(void) {
56
setregister(NRF24_CONFIG, getregister(NRF24_CONFIG) & ~0x02);
57
}
58
59
void ENable(void) {
60
digitalWrite(CE, HIGH);
Callers
nothing calls this directly
Calls
2
setregister
Function · 0.70
getregister
Function · 0.70
Tested by
no test coverage detected