C# 클래스 Microsoft.IoT.Devices.Pwm.PCA9685

Driver for the PCA9685 16-Channel 12-bit PWM/Servo driver and others.

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.

This class is adapted from the original C++ ms-iot sample here. And SimulatedProvider code here/>

상속: IPwmControllerProvider, IPwmProvider, IDisposable
파일 보기 프로젝트 열기: jbienzms/iot-devices

Private Properties

프로퍼티 타입 설명
EnsureInitializedAsync System.Threading.Tasks.Task
IPwmControllerProvider double
IPwmControllerProvider void
IPwmControllerProvider void
IPwmProvider IReadOnlyList
InitializeControllerAsync System.Threading.Tasks.Task
ResetController void
RestartControllerAsync System.Threading.Tasks.Task
SleepControllerAsync Task

공개 메소드들

메소드 설명
Dispose ( ) : void

비공개 메소드들

메소드 설명
EnsureInitializedAsync ( ) : System.Threading.Tasks.Task
IPwmControllerProvider ( double frequency ) : double
IPwmControllerProvider ( int pin ) : void
IPwmControllerProvider ( int pin, double dutyCycle, bool invertPolarity ) : void
IPwmProvider ( ) : IReadOnlyList
InitializeControllerAsync ( ) : System.Threading.Tasks.Task
ResetController ( ) : void
RestartControllerAsync ( byte mode1 ) : System.Threading.Tasks.Task
SleepControllerAsync ( ) : Task

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void