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

Function DIsable

VScode Platformio/src/analyzer.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void DIsable(void) {
62 digitalWrite(CE, LOW);
63}
64
65void setrx(void) {
66 setregister(NRF24_CONFIG, getregister(NRF24_CONFIG) | 0x01);

Callers 2

ScanChannelsFunction · 0.70
analyzerSetupFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected