Class MikroBusConnector.MikroBusPinDefinitions
Represents the pins definitions for the MikroBus connector
Assembly: Meadow.Contracts.dll
View Source
public class MikroBusConnector.MikroBusPinDefinitions : PinDefinitionBase, IPinDefinitions, IEnumerable<IPin>, IEnumerable
Inheritance: System.Object
-> Meadow.PinDefinitionBase
Implements:
Meadow.Hardware.IPinDefinitions, System.Collections.Generic.IEnumerable<Meadow.Hardware.IPin>
, System.Collections.IEnumerable
Properties
AN
Pin AN
View Source
public IPin AN { get; }
RST
Pin RST
View Source
public IPin RST { get; }
CS
Pin CS
View Source
public IPin CS { get; }
SCK
Pin SCK
View Source
public IPin SCK { get; }
CIPO
Pin CIPO
View Source
public IPin CIPO { get; }
COPI
Pin COPI
View Source
public IPin COPI { get; }
PWM
Pin PWM
View Source
public IPin PWM { get; }
INT
Pin INT
View Source
public IPin INT { get; }
RX
Pin RX
View Source
public IPin RX { get; }
TX
Pin TX
View Source
public IPin TX { get; }
SCL
Pin SCL
View Source
public IPin SCL { get; }
SDA
Pin SDA
View Source
public IPin SDA { get; }
Implements
- Meadow.Hardware.IPinDefinitions
System.Collections.Generic.IEnumerable<Meadow.Hardware.IPin>
System.Collections.IEnumerable
Extension Methods
- System.Collections.Generic.IEnumerable{Meadow.Hardware.IPin}.Meadow.ExtensionMethods.Contains``1(Meadow.Hardware.IPin[])
- System.Collections.Generic.IEnumerable{Meadow.Hardware.IPin}.Meadow.ExtensionMethods.FirstIndexOf``1(Meadow.Hardware.IPin[])