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

Function setrx

nRFBox_V2/analyzer.cpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void setrx(void) {
68 setregister(NRF24_CONFIG, getregister(NRF24_CONFIG) | 0x01);
69 ENable();
70 delayMicroseconds(100);
71}
72
73void ScanChannels(void) {
74 DIsable();

Callers 1

ScanChannelsFunction · 0.70

Calls 3

setregisterFunction · 0.70
getregisterFunction · 0.70
ENableFunction · 0.70

Tested by

no test coverage detected