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

Function setRX

nRFBox/scanner.cpp:76–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void setRX(void)
77{
78 setRegister(_NRF24_CONFIG,getRegister(_NRF24_CONFIG)|0x01);
79 enable();
80 delayMicroseconds(100);
81}
82
83void scanChannels(void)
84{

Callers 1

scanChannelsFunction · 0.70

Calls 3

setRegisterFunction · 0.70
getRegisterFunction · 0.70
enableFunction · 0.70

Tested by

no test coverage detected