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

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

Private Properties

Свойство Type Description
ClockPin_ValueChanged void
EnsureInitialized void

Méthodes publiques

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

Initializes a new PushButton instance.

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

RotaryEncoder() public méthode

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