次の方法で共有


I2cBus.Create(Int32) メソッド

定義

既定の I2cBus を作成します

public static System.Device.I2c.I2cBus Create (int busId);
static member Create : int -> System.Device.I2c.I2cBus
Public Shared Function Create (busId As Integer) As I2cBus

パラメーター

busId
Int32

バス ID。

戻り値

I2cBus インスタンス。

適用対象