共用方式為


Seesaw(I2cDevice) 建構函式

定義

初始化 Seesaw 的新實例。

public Seesaw (System.Device.I2c.I2cDevice i2cDevice);
new Iot.Device.Seesaw.Seesaw : System.Device.I2c.I2cDevice -> Iot.Device.Seesaw.Seesaw
Public Sub New (i2cDevice As I2cDevice)

參數

i2cDevice
I2cDevice

要用來與 SeeSaw 模組通訊的 I2cDevice。 請注意,當 與 SeeSaw 裝置一起時,將會處置 I2cDevice

適用於