PullDirection Enum
Namespace: GHIElectronics.TinyCLR.Devices.Gpio.LowLevel · Assembly: GHIElectronics.TinyCLR.Devices.Gpio.LowLevel
Internal pull resistor selection.
public enum PullDirection
Fields
| Name | Value | Description |
|---|---|---|
None | 0 | No internal pull resistor. |
PullUp | 1 | Engage the internal pull-up resistor. |
PullDown | 2 | Engage the internal pull-down resistor. |