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