Skip to main content

Enum Mcp960x.AdcResolution

Represents the available ADC resolutions for the MCP960x

Assembly: Mcp960x.dll
View Source
Declaration
public enum Mcp960x.AdcResolution

Fields

_18Bit

18-bit ADC resolution, providing the fastest conversion time

View Source
Declaration
_18Bit = 0

_16Bit

16-bit ADC resolution, providing a balance between conversion time and resolution

View Source
Declaration
_16Bit = 1

_14Bit

14-bit ADC resolution, providing a slower conversion time but higher resolution

View Source
Declaration
_14Bit = 2

_12Bit

12-bit ADC resolution, providing the slowest conversion time but highest resolution

View Source
Declaration
_12Bit = 3