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

Function ENable

nRFBox_V2/analyzer.cpp:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

setrxFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected