Compartilhar via


SoftwarePwmChannel Classe

Definição

Implementação de canal PWM de software

public class SoftwarePwmChannel : System.Device.Pwm.PwmChannel
type SoftwarePwmChannel = class
    inherit PwmChannel
Public Class SoftwarePwmChannel
Inherits PwmChannel
Herança
SoftwarePwmChannel

Construtores

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

Inicializa uma nova instância da classe SoftwarePwmChannel.

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

Implementação de canal PWM de software

Propriedades

DutyCycle

O percentual do ciclo de direitos representado como um valor entre 0,0 e 1,0.

Frequency

A frequência em hertz.

Métodos

Dispose()

Implementação de canal PWM de software

(Herdado de PwmChannel)
Dispose(Boolean)

Descarta essa instância

QueryComponentInformation()

Consultar informações sobre um componente e seus filhos.

QueryComponentInformation()

Consultar informações sobre um componente e seus filhos.

(Herdado de PwmChannel)
Start()

Inicia o canal PWM.

Stop()

Interrompe o canal PWM.

Aplica-se a