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