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.
Initializes the SPI bus. Note that calling SPI.begin() is required before calling this one.
SPI.beginTransaction(mySettings)
mySettings: the chosen settings (see SPISettings).
None.