RaspberryPi3Driver.AltMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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 |