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