Skip to main content

Interface I32PinFeatherBoardPinout

Represents the pinout definition for the 32-pin Feather board.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface I32PinFeatherBoardPinout : IPinDefinitions, IEnumerable<IPin>, IEnumerable

Properties

A00

Pin A00 on the 32-pin Feather board.

View Source
Declaration
IPin A00 { get; }

A01

Pin A01 on the 32-pin Feather board.

View Source
Declaration
IPin A01 { get; }

A02

Pin A02 on the 32-pin Feather board.

View Source
Declaration
IPin A02 { get; }

A03

Pin A03 on the 32-pin Feather board.

View Source
Declaration
IPin A03 { get; }

A04

Pin A04 on the 32-pin Feather board.

View Source
Declaration
IPin A04 { get; }

A05

Pin A05 on the 32-pin Feather board.

View Source
Declaration
IPin A05 { get; }

SCK

Pin SCK on the 32-pin Feather board.

View Source
Declaration
IPin SCK { get; }

MOSI

Alias for COPI (MOSI) on the 32-pin Feather board.

View Source
Declaration
IPin MOSI { get; }

COPI

Pin COPI (MOSI) on the 32-pin Feather board.

View Source
Declaration
IPin COPI { get; }

MISO

Alias for CIPO (MISO) on the 32-pin Feather board.

View Source
Declaration
IPin MISO { get; }

CIPO

Pin CIPO (MISO) on the 32-pin Feather board.

View Source
Declaration
IPin CIPO { get; }

D01

Pin D01 on the 32-pin Feather board.

View Source
Declaration
IPin D01 { get; }

D00

Pin D00 on the 32-pin Feather board.

View Source
Declaration
IPin D00 { get; }

D02

Pin D02 on the 32-pin Feather board.

View Source
Declaration
IPin D02 { get; }

D03

Pin D03 on the 32-pin Feather board.

View Source
Declaration
IPin D03 { get; }

D04

Pin D04 on the 32-pin Feather board.

View Source
Declaration
IPin D04 { get; }

D05

Pin D05 on the 32-pin Feather board.

View Source
Declaration
IPin D05 { get; }

D06

Pin D06 on the 32-pin Feather board.

View Source
Declaration
IPin D06 { get; }

D07

Pin D07 on the 32-pin Feather board.

View Source
Declaration
IPin D07 { get; }

D08

Pin D08 on the 32-pin Feather board.

View Source
Declaration
IPin D08 { get; }

D09

Pin D09 on the 32-pin Feather board.

View Source
Declaration
IPin D09 { get; }

D10

Pin D10 on the 32-pin Feather board.

View Source
Declaration
IPin D10 { get; }

D11

Pin D11 on the 32-pin Feather board.

View Source
Declaration
IPin D11 { get; }

D12

Pin D12 on the 32-pin Feather board.

View Source
Declaration
IPin D12 { get; }

D13

Pin D13 on the 32-pin Feather board.

View Source
Declaration
IPin D13 { get; }

D14

Pin D14 on the 32-pin Feather board.

View Source
Declaration
IPin D14 { get; }

D15

Pin D15 on the 32-pin Feather board.

View Source
Declaration
IPin D15 { get; }

I2C_SDA

Alias for D07 (I2C SDA) on the 32-pin Feather board.

View Source
Declaration
IPin I2C_SDA { get; }

I2C_SCL

Alias for D08 (I2C SCL) on the 32-pin Feather board.

View Source
Declaration
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[])