MCPcopy Create free account
hub / github.com/cifertech/nRFBox / powerUp

Function powerUp

nRFBox_V2/scanner.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void powerUp(void) {
52 setRegister(_NRF24_CONFIG, getRegister(_NRF24_CONFIG) | 0x02);
53 delayMicroseconds(130);
54}
55
56void powerDown(void) {
57 setRegister(_NRF24_CONFIG, getRegister(_NRF24_CONFIG) & ~0x02);

Callers 1

scannerSetupFunction · 0.70

Calls 2

setRegisterFunction · 0.70
getRegisterFunction · 0.70

Tested by

no test coverage detected