Skip to main content

Enum ChipSelectMode

Represents the chip select mode for a peripheral device.

Assembly: Meadow.Contracts.dll
View Source
public enum ChipSelectMode

Fields

ActiveLow

The chip select is active low.

View Source
ActiveLow = 0

ActiveHigh

The chip select is active high.

View Source
ActiveHigh = 1