Skip to main content

Interface ISpiCommunications

SPI communications abstraction

Assembly: Meadow.Contracts.dll
View Source
public interface ISpiCommunications : IByteCommunications

Properties

ChipSelect

Chip select port

View Source
IDigitalOutputPort? ChipSelect { get; }

Bus

SPI bus

View Source
ISpiBus Bus { get; }

BusSpeed

SPI bus speed

View Source
Frequency BusSpeed { get; set; }

BusMode

SPI bus mode

View Source
SpiClockConfiguration.Mode BusMode { get; set; }