PinMode Enum

Definition

Pin modes supported by the GPIO controllers and drivers.

public enum PinMode
type PinMode = 
Public Enum PinMode
Inheritance
PinMode

Fields

Input 0

Input used for reading values from a pin.

InputPullDown 2

Input using a pull-down resistor.

InputPullUp 3

Input using a pull-up resistor.

Output 1

Output used for writing values to a pin.

Applies to