Hide minor edits - Show changes to markup
If one of the Arduino Due's Slave Select (SS) pin is specified in the call to setBitOrder(), the bit order setting is applied only to the device connected to the specified SS pin. More info on extended methods: Due Extended SPI usage
If you specify one of the Arduino Due's Slave Select (SS) pin in the call to setBitOrder(), the bit order setting is applied only to the device connected to the specified SS pin. More info on extended methods: Due Extended SPI usage
Extended method for Arduino Due
If one of the Arduino Due's Slave Select (SS) pin is specified in the call to setBitOrder(), the bit order setting is applied only to the device connected to the specified SS pin. More info on extended methods: Due Extended SPI usage
SPI.setBitOrder(order)
(:table border=0 cellpadding=5 cellspacing=0 width=80%:) (:cell width=400px:) SPI.setBitOrder(order) (:cellnr width=400px:) SPI.setBitOrder(slaveSelectPin, order) (:cell:) (Arduino Due only) (:tableend:)
NB: This method has not been yet implemented on the Arduino Due.
'''NB: This method has not been yet implemented on the Arduino Due.
NB: This method has not been yet implemented on the Arduino Due.
'''NB: This method has not been yet implemented on the Arduino Due.
Sets the order of the bits shifted out of and into the SPI bus, either LSBFIRST (least-significant bit first) or MSBFIRST (most-significant bit first).
SPI.setBitOrder(order)
order: either LSBFIRST or MSBFIRST
None