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

Function enable

VScode Platformio/src/scanner.cpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

setRXFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected