Edit

Share via


Mcp3304 Class

Definition

MCP3304 Analog to Digital Converter (ADC)

public class Mcp3304 : Iot.Device.Adc.Mcp33xx
type Mcp3304 = class
    inherit Mcp33xx
Public Class Mcp3304
Inherits Mcp33xx
Inheritance

Constructors

Mcp3304(SpiDevice)

Constructs Mcp3304 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 13 bit signed value from the device using differential inputs

(Inherited from Mcp33xx)
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 Mcp33xx)

Applies to