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

Function powerUP

VScode Platformio/src/analyzer.cpp:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104void powerUP() {
105 uint8_t config = readRegister(NRF24_CONFIG);
106 writeRegister(NRF24_CONFIG, config | 0x02);
107 delay(5);
108}
109
110void powerDOWN() {
111 uint8_t config = readRegister(NRF24_CONFIG);

Callers 1

analyzerSetupFunction · 0.70

Calls 2

readRegisterFunction · 0.70
writeRegisterFunction · 0.70

Tested by

no test coverage detected