Enum PinMode
Pins can operate in different modes. This enumeration defines the fdifferent operation modes from 0 to 7.
Namespace: Unosquare.PiGpio.NativeEnums
Syntax
public enum PinMode
Fields
| Name | Description |
|---|---|
| Alt0 | The alt0 operating mode |
| Alt1 | The alt1 operating mode |
| Alt2 | The alt2 operating mode |
| Alt3 | The alt3 operating mode |
| Alt4 | The alt4 operating mode |
| Alt5 | The alt5 operating mode |
| Input | The input operating mode |
| Output | The output operating mode |