Edit

Share via


Mcp33xx(SpiDevice, Byte, Byte) Constructor

Definition

Constructs Mcp33xx instance

public Mcp33xx (System.Device.Spi.SpiDevice spiDevice, byte channelCount, byte adcResolutionBits);
new Iot.Device.Adc.Mcp33xx : System.Device.Spi.SpiDevice * byte * byte -> Iot.Device.Adc.Mcp33xx
Public Sub New (spiDevice As SpiDevice, channelCount As Byte, adcResolutionBits As Byte)

Parameters

spiDevice
SpiDevice

Device used for SPI communication

channelCount
Byte

Value representing the number of single ended input channels on the device.

adcResolutionBits
Byte

The number of bits of resolution for the ADC.

Applies to