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

Function setrx

VScode Platformio/src/analyzer.cpp:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

ScanChannelsFunction · 0.70

Calls 3

setregisterFunction · 0.70
getregisterFunction · 0.70
ENableFunction · 0.70

Tested by

no test coverage detected