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

Function powerdown

VScode Platformio/src/analyzer.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

setregisterFunction · 0.70
getregisterFunction · 0.70

Tested by

no test coverage detected