C# Class Microsoft.IoT.Devices.Input.RotaryEncoder

An implementation of IRotaryEncoder using one GPIO pin for clock and another for direction.
Inheritance: IRotaryEncoder, IDisposable
显示文件 Open project: jbienzms/iot-devices Class Usage Examples

Private Properties

Property Type Description
ClockPin_ValueChanged void
EnsureInitialized void

Public Methods

Method Description
Dispose ( ) : void
RotaryEncoder ( ) : System

Initializes a new PushButton instance.

Private Methods

Method Description
ClockPin_ValueChanged ( Windows.Devices.Gpio.GpioPin sender, Windows.Devices.Gpio.GpioPinValueChangedEventArgs args ) : void
EnsureInitialized ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

RotaryEncoder() public method

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