Interface ISpiPeripheral
Interface for a device/peripheral that communicates over SPI
Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface ISpiPeripheral
Properties
DefaultSpiBusMode
Default SPI bus mode
View Source
Declaration
SpiClockConfiguration.Mode DefaultSpiBusMode { get; }
SpiBusMode
Current SPI bus mode
View Source
Declaration
SpiClockConfiguration.Mode SpiBusMode { get; set; }
DefaultSpiBusSpeed
Default SPI bus speed for the peripheral
View Source
Declaration
Frequency DefaultSpiBusSpeed { get; }
SpiBusSpeed
Current SPI bus speed
View Source
Declaration
Frequency SpiBusSpeed { get; set; }