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

Function powerUp

VScode Platformio/src/scanner.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void powerUp(void) {
54 setRegister(_NRF24_CONFIG, getRegister(_NRF24_CONFIG) | 0x02);
55 delayMicroseconds(130);
56}
57
58void powerDown(void) {
59 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