Description

end() disables the SPI bus, freeing the hardware resources. The pin modes (SCK, MOSI, MISO, SS) remain unchanged. This function can be used when SPI communication is no longer needed and the SPI hardware can be released.

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

Syntax

SPI.end()

Parameters

None.

Returns

Nothing.