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

Function powerup

nRFBox_V2/analyzer.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void powerup(void) {
51 setregister(NRF24_CONFIG, getregister(NRF24_CONFIG) | 0x02);
52 delayMicroseconds(130);
53}
54
55void powerdown(void) {
56 setregister(NRF24_CONFIG, getregister(NRF24_CONFIG) & ~0x02);

Callers

nothing calls this directly

Calls 2

setregisterFunction · 0.70
getregisterFunction · 0.70

Tested by

no test coverage detected