อ่านในภาษาอังกฤษ แก้ไข

แชร์ผ่าน


Mcp3427 Constructors

Definition

Overloads

Mcp3427(I2cDevice)

Constructs Mcp3427 instance

Mcp3427(I2cDevice, AdcMode, AdcResolution, AdcGain)

Constructs Mcp3427 instance

Mcp3427(I2cDevice)

Constructs Mcp3427 instance

C#
public Mcp3427 (System.Device.I2c.I2cDevice i2CDevice);

Parameters

i2CDevice
I2cDevice

I2C device used to communicate with the device

Applies to

.NET IoT Libraries 2.2.0 และรุ่นอื่นๆ
ผลิตภัณฑ์ เวอร์ชัน
.NET IoT Libraries 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0

Mcp3427(I2cDevice, AdcMode, AdcResolution, AdcGain)

Constructs Mcp3427 instance

C#
public Mcp3427 (System.Device.I2c.I2cDevice i2CDevice, Iot.Device.Mcp3428.AdcMode mode = Iot.Device.Mcp3428.AdcMode.Continuous, Iot.Device.Mcp3428.AdcResolution resolution = Iot.Device.Mcp3428.AdcResolution.Bit12, Iot.Device.Mcp3428.AdcGain pgaGain = Iot.Device.Mcp3428.AdcGain.X1);

Parameters

i2CDevice
I2cDevice

I2C device used to communicate with the device

mode
AdcMode

ADC operation mode

resolution
AdcResolution

ADC resolution

pgaGain
AdcGain

PGA gain

Applies to

.NET IoT Libraries 2.2.0 และรุ่นอื่นๆ
ผลิตภัณฑ์ เวอร์ชัน
.NET IoT Libraries 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0