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