InputMultiplexer Enum

Definition

Configure the Input Multiplexer

public enum InputMultiplexer
type InputMultiplexer = 
Public Enum InputMultiplexer
Inheritance
InputMultiplexer

Fields

AIN0 4

AIN Positive = AIN0 and AIN Negative = GND Measure the Voltage between AIN0 and GND

AIN0_AIN1 0

AIN Positive = AIN0 and AIN Negative = AIN1 Measure the Voltage between AIN0 and AIN1

AIN0_AIN3 1

AIN Positive = AIN0 and AIN Negative = AIN3 Measure the Voltage between AIN0 and AIN3

AIN1 5

AIN Positive = AIN1 and AIN Negative = GND Measure the Voltage between AIN1 and GND

AIN1_AIN3 2

AIN Positive = AIN1 and AIN Negative = AIN3 Measure the Voltage between AIN1 and AIN3

AIN2 6

AIN Positive = AIN2 and AIN Negative = GND Measure the Voltage between AIN2 and GND

AIN2_AIN3 3

AIN Positive = AIN2 and AIN Negative = AIN3 Measure the Voltage between AIN2 and AIN3

AIN3 7

AIN Positive = AIN3 and AIN Negative = GND Measure the Voltage between AIN3 and GND

Applies to