Porrey.Uwp.IoT.SoftPwmExtensions.Start C# (CSharp) Méthode

Start() public static méthode

Starts the given SoftPwm instance.
public static Start ( this pwm ) : ISoftPwm
pwm this The instance of SoftPwm to start.
Résultat ISoftPwm
		public static ISoftPwm Start(this ISoftPwm pwm)
		{
			pwm.StartAsync();
			return pwm;
		}