Click or drag to resize
RotaryEncoderUsePullResistors Property
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.

Namespace: Microsoft.IoT.Devices.Input
Assembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool UsePullResistors { get; set; }

Property Value

Type: Boolean
true if integrated pull up or pull down resistors should; otherwise false. The default is true.
See Also