Click or drag to resize

Sample Constructor

Constructor for an ADC121C021 analog input.

Namespace: IO.Devices.ADC121C021
Assembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax
C#
public Sample(
	Bus bus,
	byte addr
)

Parameters

bus  Bus
I2C bus controller.
addr  Byte
I2C slave address.
See Also