C# Class Microsoft.IoT.Devices.Pwm.SoftPwm

A software based PWM.
This class is not designed to be used directly to read data. Instead, once it has been created and configured it can be passed to the GetControllersAsync method of the PwmController class or it can be added to the Providers collection in a PwmProviderManager.
Inheritance: IPwmControllerProvider, IPwmProvider, IDisposable
Afficher le fichier Open project: jbienzms/iot-devices

Private Properties

Свойство Type Description
IPwmControllerProvider double
IPwmControllerProvider void
IPwmControllerProvider void
IPwmProvider IReadOnlyList
Update void

Méthodes publiques

Méthode Description
Dispose ( ) : void
SoftPwm ( ) : System

Initializes a new SoftPwm instance.

Private Methods

Méthode Description
IPwmControllerProvider ( double frequency ) : double
IPwmControllerProvider ( int pin ) : void
IPwmControllerProvider ( int pin, double dutyCycle, bool invertPolarity ) : void
IPwmProvider ( ) : IReadOnlyList
Update ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

SoftPwm() public méthode

Initializes a new SoftPwm instance.
public SoftPwm ( ) : System
Résultat System