Skip to main content

Class SpiBusMapping

Represents a mapping of a specific SPI bus on a controller

Assembly: Meadow.Contracts.dll
View Source
Declaration
public sealed class SpiBusMapping

Properties

Controller

The mapping ISpiController

View Source
Declaration
public ISpiController Controller { get; }

Clock

The mapping Clock pin

View Source
Declaration
public IPin Clock { get; }

Copi

The mapping COPI pin

View Source
Declaration
public IPin Copi { get; }

Cipo

The mapping CIPO pin

View Source
Declaration
public IPin Cipo { get; }