Click or drag to resize

Device Constructor

Constructor for a Seeed Studio Grove I2C ADC (ADC121C021).

Namespace: IO.Devices.Grove.ADC
Assembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax
C#
public Device(
	Bus bus,
	byte addr = 80
)

Parameters

bus  Bus
I2C bus object.
addr  Byte  (Optional)
I2C device address.
See Also