Sdílet prostřednictvím


I2cConnectionSettings(Int32, Int32) Konstruktor

Definice

Inicializuje novou instanci I2cConnectionSettings třídy .

public I2cConnectionSettings (int busId, int deviceAddress);
new System.Device.I2c.I2cConnectionSettings : int * int -> System.Device.I2c.I2cConnectionSettings
Public Sub New (busId As Integer, deviceAddress As Integer)

Parametry

busId
Int32

ID sběrnice, ke které je zařízení I2C připojené.

deviceAddress
Int32

Adresa sběrnice zařízení I2C.

Platí pro