I2cDevice.Create(I2cConnectionSettings) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在目前平臺上執行的 I2C 匯流排上建立裝置的通道
public static System.Device.I2c.I2cDevice Create (System.Device.I2c.I2cConnectionSettings settings);
static member Create : System.Device.I2c.I2cConnectionSettings -> System.Device.I2c.I2cDevice
Public Shared Function Create (settings As I2cConnectionSettings) As I2cDevice
參數
- settings
- I2cConnectionSettings
I2C 匯流排上裝置的連線設定。
傳回
Windows 10 IoT 上執行的 I2C 匯流排上裝置的通訊通道。