Start Method (PWM[])
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Starts 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 Start ( _
ports As PWM() _
)
public static void Start(
PWM[] ports
)
public:
static void Start(
array<PWM^>^ ports
)
static member Start :
ports:PWM[] -> unit
public static function Start(
ports : PWM[]
)
Parameters
- ports
Type: array<Microsoft.SPOT.Hardware. . :: . .PWM> [] () [] []
The ports to start.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.