Skip to main content

Class I2cConnector.I2cPinDefinitions

Represents the pins definitions for the 2 wire I2C connector

Assembly: Meadow.Contracts.dll
View Source
Declaration
public class I2cConnector.I2cPinDefinitions : 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

Scl

I2C Clock Pin (SCL)

View Source
Declaration
public IPin Scl { get; }

Sda

I2C Data Pin (SDA)

View Source
Declaration
public IPin Sda { get; }

Implements

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[])