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

Function powerdown

nRFBox_V2/analyzer.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void powerdown(void) {
56 setregister(NRF24_CONFIG, getregister(NRF24_CONFIG) & ~0x02);
57}
58
59void ENable(void) {
60 digitalWrite(CE, HIGH);

Callers

nothing calls this directly

Calls 2

setregisterFunction · 0.70
getregisterFunction · 0.70

Tested by

no test coverage detected