Läs på engelska Redigera

Dela via


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.

C#
public enum RaspberryPi3Driver.AltMode
Inheritance
RaspberryPi3Driver.AltMode

Fields

Name Value Description
Unknown 0

The mode is unknown

Input 1

Gpio mode input

Output 2

Gpio mode output

Alt0 3

Mode ALT0

Alt1 4

Mode ALT1

Alt2 5

Mode ALT2

Alt3 6

Mode ALT3

Alt4 7

Mode ALT4

Alt5 8

Mode ALT5

Applies to

Produkt Versioner
.NET IoT Libraries 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0