Stop Method (PWM[])

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Stops a number of PWM ports at the same time.

Namespace:  Microsoft.SPOT.Hardware
Assembly:  Microsoft.SPOT.Hardware.PWM (in Microsoft.SPOT.Hardware.PWM.dll)

Syntax

'Declaration
Public Shared Sub Stop ( _
    ports As PWM() _
)
public static void Stop(
    PWM[] ports
)
public:
static void Stop(
    array<PWM^>^ ports
)
static member Stop : 
        ports:PWM[] -> unit 
public static function Stop(
    ports : PWM[]
)

Parameters

.NET Framework Security

See Also

Reference

PWM Class

Stop Overload

Microsoft.SPOT.Hardware Namespace