Enum Mcp960x.AdcResolution
Represents the available ADC resolutions for the MCP960x
Assembly: Mcp960x.dll
View Source
public enum Mcp960x.AdcResolution
Fields
_18Bit
18-bit ADC resolution, providing the fastest conversion time
View Source
_18Bit = 0
_16Bit
16-bit ADC resolution, providing a balance between conversion time and resolution
View Source
_16Bit = 1
_14Bit
14-bit ADC resolution, providing a slower conversion time but higher resolution
View Source
_14Bit = 2
_12Bit
12-bit ADC resolution, providing the slowest conversion time but highest resolution
View Source
_12Bit = 3