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

Function powerDown

nRFBox_V2/scanner.cpp:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void powerDown(void) {
57 setRegister(_NRF24_CONFIG, getRegister(_NRF24_CONFIG) & ~0x02);
58}
59
60void enable(void) {
61 digitalWrite(CE, HIGH);

Callers

nothing calls this directly

Calls 2

setRegisterFunction · 0.70
getRegisterFunction · 0.70

Tested by

no test coverage detected