Table of Contents

Enum MeasuringRange

Namespace
Iot.Device.Ads1115
Assembly
Iot.Device.Ads1115.dll

Configure the Programmable Gain Amplifier, i.e. Measuring Range Note that the maximum input value on any input pin is VDD+0.3V and the maximum value that can be measured is VDD. So if the supply voltage is 3.3V, using FS6144 may not be useful, because it just reduces the accuracy to 14 bit (excluding the sign bit).

public enum MeasuringRange

Fields

FS0256 = 5

Range ±0.256V.

FS0512 = 4

Range ±0.512V.

FS1024 = 3

Range ±1.024V.

FS2048 = 2

Range ±2.048V.

FS4096 = 1

Range ±4.096V.

FS6144 = 0

Range ±6.144V.