RaspberryPi3Driver.AltMode Enum

Definition

Used to set the Alternate Pin Mode on Raspberry Pi 3/4. The actual pin function for anything other than Input or Output is dependent on the pin and can be looked up in the Raspi manual.

public enum RaspberryPi3Driver.AltMode
type RaspberryPi3Driver.AltMode = 
Public Enum RaspberryPi3Driver.AltMode
Inheritance
RaspberryPi3Driver.AltMode

Fields

Alt0 3

Mode ALT0

Alt1 4

Mode ALT1

Alt2 5

Mode ALT2

Alt3 6

Mode ALT3

Alt4 7

Mode ALT4

Alt5 8

Mode ALT5

Input 1

Gpio mode input

Output 2

Gpio mode output

Unknown 0

The mode is unknown

Applies to