Click or drag to resize
PCA9685.DisablePin Method

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 void DisablePin(
	int pin
)

Parameters

pin
Type: System.Int32

Implements

IPwmControllerProvider.DisablePin(Int32)
See Also