setBitOrder()

描述

設定數據在 SPI Bus 上傳送順序為低位元(LSBFIRST)優先或高位元(MSBFIRST)優先

語法


SPI.setBitOrder(order)

參數

orderLSBFIRSTMSBFIRST

回傳

See also

setClockDivider()
setDataMode()


函式庫參考主頁面

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.