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

Function ENable

VScode Platformio/src/analyzer.cpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void ENable(void) {
58 digitalWrite(CE, HIGH);
59}
60
61void DIsable(void) {
62 digitalWrite(CE, LOW);

Callers 1

setrxFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected