| SoftPwmDisablePin Method |
Namespace: Microsoft.IoT.Devices.PwmAssembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void DisablePin(
int pin
)
Public Sub DisablePin (
pin As Integer
)
public:
virtual void DisablePin(
[InAttribute] int pin
) sealed
abstract DisablePin :
pin : int -> unit
override DisablePin :
pin : int -> unit
Parameters
- pin
- Type: SystemInt32
Implements
IPwmControllerProviderDisablePin(Int32)See Also