SoftwarePwmChannel Class

Definition

Software PWM channel implementation

public class SoftwarePwmChannel : System.Device.Pwm.PwmChannel
type SoftwarePwmChannel = class
    inherit PwmChannel
Public Class SoftwarePwmChannel
Inherits PwmChannel
Inheritance
SoftwarePwmChannel

Constructors

SoftwarePwmChannel(Int32, Int32, Double, Boolean, GpioController)
SoftwarePwmChannel(Int32, Int32, Double, Boolean, GpioController, Boolean)

Initializes a new instance of the SoftwarePwmChannel class.

Properties

DutyCycle

The duty cycle percentage represented as a value between 0.0 and 1.0.

Frequency

The frequency in hertz.

Methods

Dispose() (Inherited from PwmChannel)
Dispose(Boolean)

Disposes this instance

QueryComponentInformation()

Query information about a component and it's children.

QueryComponentInformation()

Query information about a component and it's children.

(Inherited from PwmChannel)
Start()

Starts the PWM channel.

Stop()

Stops the PWM channel.

Applies to