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

Function enable

nRFBox_V2/scanner.cpp:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void enable(void) {
61 digitalWrite(CE, HIGH);
62}
63
64void disable(void) {
65 digitalWrite(CE, LOW);

Callers 1

setRXFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected