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

Function powerDOWN

nRFBox_V2/analyzer.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void powerDOWN() {
115 uint8_t config = readRegister(NRF24_CONFIG);
116 writeRegister(NRF24_CONFIG, config & ~0x02);
117}
118
119void startListening() {
120 digitalWrite(CE, HIGH);

Callers

nothing calls this directly

Calls 2

readRegisterFunction · 0.70
writeRegisterFunction · 0.70

Tested by

no test coverage detected