C# 클래스 Microsoft.IoT.Devices.Input.RotaryEncoder

An implementation of IRotaryEncoder using one GPIO pin for clock and another for direction.
상속: IRotaryEncoder, IDisposable
파일 보기 프로젝트 열기: jbienzms/iot-devices 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ClockPin_ValueChanged void
EnsureInitialized void

공개 메소드들

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

Initializes a new PushButton instance.

비공개 메소드들

메소드 설명
ClockPin_ValueChanged ( Windows.Devices.Gpio.GpioPin sender, Windows.Devices.Gpio.GpioPinValueChangedEventArgs args ) : void
EnsureInitialized ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

RotaryEncoder() 공개 메소드

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