MCPcopy 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
55void powerUp(void)
56{
57 setRegister(_NRF24_CONFIG,getRegister(_NRF24_CONFIG)|0x02);
58 delayMicroseconds(130);
59}
60
61void powerDown(void)
62{

Callers 1

scannerSetupFunction · 0.70

Calls 2

setRegisterFunction · 0.70
getRegisterFunction · 0.70

Tested by

no test coverage detected