Skip to main content

PullDirection Enum

NuGet: GHIElectronics.TinyCLR.Devices.Gpio.LowLevel
Assembly: GHIElectronics.TinyCLR.Devices.Gpio.LowLevel
Namespace: GHIElectronics.TinyCLR.Devices.Gpio.LowLevel

Internal pull resistor selection.

public enum PullDirection

Fields

NameValueDescription
None0No internal pull resistor.
PullUp1Engage the internal pull-up resistor.
PullDown2Engage the internal pull-down resistor.