Skip to main content

Enum Mcp3xxx.InputType

The Mcp3xxx pin connection type

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

Fields

SingleEnded

The value is measured as the voltage on a single pin

View Source
SingleEnded = 0

Differential

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

View Source
Differential = 1

InvertedDifferential

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

View Source
InvertedDifferential = 2