Unosquare
    Show / Hide Table of Contents

    Class SpiBus

    The SPI Bus containing the 2 SPI channels.

    Inheritance
    Object
    SpiBus
    Namespace: Unosquare.PiGpio
    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
    Type Description
    Int32

    Channel1

    Declaration
    public ISpiChannel Channel1 { get; }
    Property Value
    Type Description
    ISpiChannel

    Channel1Frequency

    Declaration
    public int Channel1Frequency { get; set; }
    Property Value
    Type Description
    Int32

    DefaultFrequency

    Declaration
    public int DefaultFrequency { get; }
    Property Value
    Type Description
    Int32

    Comments

    Back to top Copyright © 2017-2019 Unosquare