This page is also available in 1 other languages
Change language 

SPI.beginTransaction()

Description

Initializes the SPI bus. Note that calling SPI.begin() is required before calling this one.

Syntax

SPI.beginTransaction(mySettings)

Parameters

mySettings: the chosen settings (see SPISettings).

Returns

None.