Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
void enable(void) {
63
digitalWrite(CE, HIGH);
64
}
65
66
void disable(void) {
67
digitalWrite(CE, LOW);
Callers
1
setRX
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected