Cpu.PWMChannel Enumeration

Indentifies the Pulse-Width Modulation (PWM) Channels.

Namespace: Microsoft.SPOT.Hardware
Assembly: Microsoft.SPOT.Hardware (in microsoft.spot.hardware.dll)

Syntax

public enum Cpu.PWMChannel

Members

  Member name Description
PWM_NONE Indicates that 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.

Version Information

Available in the .NET Micro Framework version 4.2.

See Also

Reference

Cpu
Microsoft.SPOT.Hardware Namespace