Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 339 Bytes

File metadata and controls

33 lines (21 loc) · 339 Bytes
title
SPI.begin()

SPI.begin()

Description

Initializes the SPI bus by setting SCK, MOSI, and SS to outputs, pulling SCK and MOSI low, and SS high.

Syntax

SPI.begin()

Parameters

None.

Returns

None.