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

Function setRX

VScode Platformio/src/scanner.cpp:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void setRX(void) {
71 setRegister(_NRF24_CONFIG, getRegister(_NRF24_CONFIG) | 0x01);
72 enable();
73 delayMicroseconds(100);
74}
75
76void scanChannels(void) {
77 disable();

Callers 1

scanChannelsFunction · 0.70

Calls 3

setRegisterFunction · 0.70
getRegisterFunction · 0.70
enableFunction · 0.70

Tested by

no test coverage detected