RotaryEncoder Class |
Namespace: Microsoft.IoT.Devices.Input
The RotaryEncoder type exposes the following members.
Name | Description | |
---|---|---|
RotaryEncoder |
Initializes a new PushButton instance.
|
Name | Description | |
---|---|---|
ButtonPin |
Gets or sets the pin that the button is connected to.
| |
ClickMode |
Gets or sets a value that indicates when the Click event occurs.
| |
ClockPin |
Gets or sets the clock pin.
| |
DebounceTimeout |
Gets or sets the amount of time in milliseconds that will be used to debounce the button.
| |
DirectionPin |
Gets or sets the direction pin.
| |
IsPressed |
Gets a value that indicates if the button is pressed.
| |
PressedValue |
Gets or sets the GpioPinValue that indicates the button is pressed.
| |
UsePullResistors |
Gets or sets a value that indicates if integrated pull up or pull
down resistors should be used to help maintain the state of the pin.
|
Name | Description | |
---|---|---|
Close | ||
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
Click |
Occurs when the button is clicked.
| |
Pressed |
Occurs when the button is pressed.
| |
Released |
Occurs when the button is released.
| |
Rotated |
Occurs when the encoder is rotated.
|