Class SpiBus
The SPI Bus containing the 2 SPI channels.
Syntax
public class SpiBus : ISpiBus
Properties
Channel0
Declaration
public ISpiChannel Channel0 { get; }
Property Value
Type |
Description |
ISpiChannel |
|
Channel0Frequency
Declaration
public int Channel0Frequency { get; set; }
Property Value
Channel1
Declaration
public ISpiChannel Channel1 { get; }
Property Value
Type |
Description |
ISpiChannel |
|
Channel1Frequency
Declaration
public int Channel1Frequency { get; set; }
Property Value
DefaultFrequency
Declaration
public int DefaultFrequency { get; }
Property Value