Interface I32PinFeatherBoardPinout
Represents the pinout definition for the 32-pin Feather board.
Assembly: Meadow.Contracts.dll
View Source
public interface I32PinFeatherBoardPinout : IPinDefinitions, IEnumerable<IPin>, IEnumerable
Properties
A00
Pin A00 on the 32-pin Feather board.
View Source
IPin A00 { get; }
A01
Pin A01 on the 32-pin Feather board.
View Source
IPin A01 { get; }
A02
Pin A02 on the 32-pin Feather board.
View Source
IPin A02 { get; }
A03
Pin A03 on the 32-pin Feather board.
View Source
IPin A03 { get; }
A04
Pin A04 on the 32-pin Feather board.
View Source
IPin A04 { get; }
A05
Pin A05 on the 32-pin Feather board.
View Source
IPin A05 { get; }
SCK
Pin SCK on the 32-pin Feather board.
View Source
IPin SCK { get; }
MOSI
Alias for COPI (MOSI) on the 32-pin Feather board.
View Source
IPin MOSI { get; }
COPI
Pin COPI (MOSI) on the 32-pin Feather board.
View Source
IPin COPI { get; }
MISO
Alias for CIPO (MISO) on the 32-pin Feather board.
View Source
IPin MISO { get; }
CIPO
Pin CIPO (MISO) on the 32-pin Feather board.
View Source
IPin CIPO { get; }
D01
Pin D01 on the 32-pin Feather board.
View Source
IPin D01 { get; }
D00
Pin D00 on the 32-pin Feather board.
View Source
IPin D00 { get; }
D02
Pin D02 on the 32-pin Feather board.
View Source
IPin D02 { get; }
D03
Pin D03 on the 32-pin Feather board.
View Source
IPin D03 { get; }
D04
Pin D04 on the 32-pin Feather board.
View Source
IPin D04 { get; }
D05
Pin D05 on the 32-pin Feather board.
View Source
IPin D05 { get; }
D06
Pin D06 on the 32-pin Feather board.
View Source
IPin D06 { get; }
D07
Pin D07 on the 32-pin Feather board.
View Source
IPin D07 { get; }
D08
Pin D08 on the 32-pin Feather board.
View Source
IPin D08 { get; }
D09
Pin D09 on the 32-pin Feather board.
View Source
IPin D09 { get; }
D10
Pin D10 on the 32-pin Feather board.
View Source
IPin D10 { get; }
D11
Pin D11 on the 32-pin Feather board.
View Source
IPin D11 { get; }
D12
Pin D12 on the 32-pin Feather board.
View Source
IPin D12 { get; }
D13
Pin D13 on the 32-pin Feather board.
View Source
IPin D13 { get; }
D14
Pin D14 on the 32-pin Feather board.
View Source
IPin D14 { get; }
D15
Pin D15 on the 32-pin Feather board.
View Source
IPin D15 { get; }
I2C_SDA
Alias for D07 (I2C SDA) on the 32-pin Feather board.
View Source
IPin I2C_SDA { get; }
I2C_SCL
Alias for D08 (I2C SCL) on the 32-pin Feather board.
View Source
IPin I2C_SCL { get; }
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[])