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.