MCPcopy 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
35bool DirectSPIInterface::init() {
36 m_spiClass.begin();
37 return true;
38}
39
40void DirectSPIInterface::swapIn() {}
41

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected