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

Function setRX

nRFBox_V2/scanner.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

scanChannelsFunction · 0.70

Calls 3

setRegisterFunction · 0.70
getRegisterFunction · 0.70
enableFunction · 0.70

Tested by

no test coverage detected