Click or drag to resize
PCA9685ControllerName Property
Gets or sets the name of the I2C controller to use.

Namespace: Microsoft.IoT.Devices.Pwm
Assembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string ControllerName { get; set; }

Property Value

Type: String
The name of the I2C controller to use. The default is "I2C1".
See Also