transfer()
描述
由 SPI 介面发送并接收 1 个 byte 资料。
语法
SPI.transfer(val)
参数
val
:要藉由 SPI 发送的 1 byte 资料
回传
由 SPI 取得的 1 byte 资料
The text of the 86Duino reference is a modification of the Arduino reference, and is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.