Constructor for a Seeed Studio Grove I2C ADC
            (ADC121C021).
            
Namespace: IO.Devices.Grove.ADCAssembly: libremoteio (in libremoteio.dll) Version: 2.2025.275.1
Syntaxpublic Device(
	Bus bus,
	byte addr = 80
)
Parameters
- bus  Bus
 - I2C bus object.
 - addr  Byte  (Optional)
 - I2C device address.
 
See Also