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