SPI.transfer()

[SPI]

説明

Transfers one byte over the SPI bus, both sending and receiving.

Syntax

SPI.transfer(val)

Parameters

val: the byte to send out over the bus.

Returns

the byte read from the bus.


Libraries Reference Home

86Duino のリファレンスのテキストは Arduino レファレンス を編集したもので、 Creative Commons Attribution-ShareAlike 3.0 License下でライセンスされています。リファレンス内のコードサンプルはパブリックドメインとして公開されています。

コメントする

上部へスクロール