Mcp3204 Class

Definition

MCP3204 Analog to Digital Converter (ADC)

public class Mcp3204 : Iot.Device.Adc.Mcp3xxx
type Mcp3204 = class
    inherit Mcp3xxx
Public Class Mcp3204
Inherits Mcp3xxx
Inheritance

Constructors

Mcp3204(SpiDevice)

Constructs Mcp3204 instance

Fields

ChannelCount

the number of single ended input channel on the ADC

(Inherited from Mcp3xxx)

Methods

CheckChannelPairing(Int32, Int32)

Checks that the channel is in range of the available input channels and that both channels are part of a valid pairing of input channels.

(Inherited from Mcp3xxx)
CheckChannelRange(Int32, Int32)

Checks that the channel is in range of the available channels channels and throws an exception if not.

(Inherited from Mcp3xxx)
Dispose()

Disposes Mcp3Base instances

(Inherited from Mcp3Base)
Read(Int32)

Reads a value from the device

(Inherited from Mcp3xxx)
ReadDifferential(Int32, Int32)

Reads a value from the device using differential inputs

(Inherited from Mcp3xxx)
ReadInternal(Int32, Int32, Int32)

Reads a value from the device

(Inherited from Mcp3Base)
ReadInternal(Int32, Mcp3Base+InputType, Int32)

Reads a value from the device

(Inherited from Mcp3xxx)
ReadPseudoDifferential(Int32, Int32)

Reads a value from the device using pseudo-differential inputs

(Inherited from Mcp3xxx)

Applies to