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