目录

SPI

begin()

描述

初始化SPI总线,将SCK(Pin13),MOSI(Pin11)和SS(Pin10)管脚设置为输出模式,将SCK和MOSI设置为低电平,SS为高电平。

语法

SPI.begin()

参数

返回