public static ConnectI2c ( int controllerIndex, int address, I2cBusSpeed speed = I2cBusSpeed.FastMode, I2cSharingMode sharingMode = I2cSharingMode.Exclusive ) : Windows.Devices.I2c.I2cDevice | ||
controllerIndex | int | Controller index. |
address | int | Slave address. |
speed | I2cBusSpeed | Bus speed. |
sharingMode | I2cSharingMode | Sharing mode. |
Résultat | Windows.Devices.I2c.I2cDevice |