Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SlimeVR/SlimeVR-Tracker-ESP
/ init
Method
init
src/sensorinterface/DirectSPIInterface.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
, m_spiSettings{spiSettings} {}
34
35
bool DirectSPIInterface::init() {
36
m_spiClass.begin();
37
return true;
38
}
39
40
void DirectSPIInterface::swapIn() {}
41
Callers
nothing calls this directly
Calls
1
begin
Method · 0.45
Tested by
no test coverage detected