C# 클래스 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.
상속: IPwmControllerProvider, IPwmProvider, IDisposable
파일 보기 프로젝트 열기: jbienzms/iot-devices

Private Properties

프로퍼티 타입 설명
IPwmControllerProvider double
IPwmControllerProvider void
IPwmControllerProvider void
IPwmProvider IReadOnlyList
Update void

공개 메소드들

메소드 설명
Dispose ( ) : void
SoftPwm ( ) : System

Initializes a new SoftPwm instance.

비공개 메소드들

메소드 설명
IPwmControllerProvider ( double frequency ) : double
IPwmControllerProvider ( int pin ) : void
IPwmControllerProvider ( int pin, double dutyCycle, bool invertPolarity ) : void
IPwmProvider ( ) : IReadOnlyList
Update ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

SoftPwm() 공개 메소드

Initializes a new SoftPwm instance.
public SoftPwm ( ) : System
리턴 System