Edit

Share via


Mcp3427.I2CAddressFromPins(PinState, PinState) Method

Definition

Determine device I2C address based on the configuration pin states.

public static int I2CAddressFromPins (Iot.Device.Mcp3428.PinState adr0, Iot.Device.Mcp3428.PinState adr1);
static member I2CAddressFromPins : Iot.Device.Mcp3428.PinState * Iot.Device.Mcp3428.PinState -> int
Public Shared Function I2CAddressFromPins (adr0 As PinState, adr1 As PinState) As Integer

Parameters

adr0
PinState

The adr0 pin state

adr1
PinState

The adr1 pin state

Returns

System.Int32.

Applies to