| SoftPwmReleasePin 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 ReleasePin(
int pin
)
Public Sub ReleasePin (
pin As Integer
)
public:
virtual void ReleasePin(
[InAttribute] int pin
) sealed
abstract ReleasePin :
pin : int -> unit
override ReleasePin :
pin : int -> unit
Parameters
- pin
- Type: SystemInt32
Implements
IPwmControllerProviderReleasePin(Int32)See Also