Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cifertech/nRFBox
/ powerUP
Function
powerUP
nRFBox_V2/analyzer.cpp:108–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
}
107
108
void powerUP() {
109
uint8_t config = readRegister(NRF24_CONFIG);
110
writeRegister(NRF24_CONFIG, config | 0x02);
111
delay(5);
112
}
113
114
void powerDOWN() {
115
uint8_t config = readRegister(NRF24_CONFIG);
Callers
1
analyzerSetup
Function · 0.70
Calls
2
readRegister
Function · 0.70
writeRegister
Function · 0.70
Tested by
no test coverage detected