Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cifertech/nRFBox
/ powerUp
Function
powerUp
nRFBox/scanner.cpp:55–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
void powerUp(void)
56
{
57
setRegister(_NRF24_CONFIG,getRegister(_NRF24_CONFIG)|0x02);
58
delayMicroseconds(130);
59
}
60
61
void powerDown(void)
62
{
Callers
1
scannerSetup
Function · 0.70
Calls
2
setRegister
Function · 0.70
getRegister
Function · 0.70
Tested by
no test coverage detected