Description

endTransaction() releases exclusive control of the SPI bus, allowing other libraries or interrupts to use it. This function should be called after communication with an SPI peripheral is complete, typically after setting the chip select (SS) pin HIGH.

This function is part of the SPI library. See the SPI main page for more information.

Syntax

SPI.endTransaction()

Parameters

None.

Returns

Nothing.