Enum DataFlow
Specifies order in which bits are transferred first on the SPI bus.
public enum DataFlow
Fields
LsbFirst = 1
Least significant bit will be sent first.
MsbFirst = 0
Most significant bit will be sent first (most of the devices use this value).