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

Function disable

nRFBox_V2/scanner.cpp:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void disable(void) {
65 digitalWrite(CE, LOW);
66}
67
68void setRX(void) {
69 setRegister(_NRF24_CONFIG, getRegister(_NRF24_CONFIG) | 0x01);

Callers 2

scanChannelsFunction · 0.70
scannerSetupFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected