Cpu.PinUsage Enumeration

A list of values used to define the usage of a hardware pin.

Namespace: Microsoft.SPOT.Hardware
Assembly: Microsoft.SPOT.Hardware (in microsoft.spot.hardware.dll)

Syntax

[FlagsAttribute]
public enum Cpu.PinUsage

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

Members

  Member name Description
ALTERNATE_A A custom usage pattern.
ALTERNATE_B A second custom usage pattern.
INPUT The pin is used for input.
NONE The pin is not used.
OUTPUT The pin is used for output.

See Also

Reference

Microsoft.SPOT.Hardware Namespace