Cpu.PWMChannel Enumeration

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

Indentifies the Pulse-Width Modulation (PWM) Channels.

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

Syntax

'Declaration
Public Enumeration PWMChannel
public enum PWMChannel
public enum class PWMChannel
type PWMChannel
public enum PWMChannel

Members

Member name Description
PWM_NONE Indicates that no PWM channel is specified.
PWM_0 Specifies PWM channel 0.
PWM_1 Specifies PWM channel 1.
PWM_2 Specifies PWM channel 2.
PWM_3 Specifies PWM channel 3.
PWM_4 Specifies PWM channel 4.
PWM_5 Specifies PWM channel 5.
PWM_6 Specifies PWM channel 6.
PWM_7 Specifies PWM channel 7.

See Also

Reference

Microsoft.SPOT.Hardware Namespace