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