DataFlow Enum

Definition

Specifies order in which bits are transferred first on the SPI bus.

public enum DataFlow
type DataFlow = 
Public Enum DataFlow
Inheritance
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).

Applies to