MCPcopy Create free account
hub / github.com/SlimeVR/SlimeVR-Tracker-ESP / endTransaction

Method endTransaction

src/sensorinterface/DirectSPIInterface.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void DirectSPIInterface::endTransaction(PinInterface* csPin) {
48 csPin->digitalWrite(HIGH);
49 m_spiClass.endTransaction();
50}
51
52const SPISettings& DirectSPIInterface::getSpiSettings() { return m_spiSettings; }
53

Callers 11

beginMethod · 0.80
ICM_20948_write_SPIFunction · 0.80
ICM_20948_read_SPIFunction · 0.80
receivePacketMethod · 0.80
sendPacketMethod · 0.80
readRegMethod · 0.80
readReg16Method · 0.80
writeRegMethod · 0.80
writeReg16Method · 0.80
readBytesMethod · 0.80
writeBytesMethod · 0.80

Calls 1

digitalWriteMethod · 0.45

Tested by

no test coverage detected