Skip to main content

Enum Mcp3xxx.InputType

The Mcp3xxx pin connection type

Assembly: Mcp3xxx.dll
View Source
Declaration
public enum Mcp3xxx.InputType

Fields

SingleEnded

The value is measured as the voltage on a single pin

View Source
Declaration
SingleEnded = 0

Differential

The value is measured as the difference in voltage between two pins with the first pin positive

View Source
Declaration
Differential = 1

InvertedDifferential

The value is measured as the difference in voltage between two pins with the second pin positive

View Source
Declaration
InvertedDifferential = 2