Click or drag to resize

Device Constructor

Constructor for an HDC1080 temperature and humidity sensor object.

Namespace: IO.Devices.HDC1080
Assembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax
C#
public Device(
	Bus bus
)

Parameters

bus  Bus
I2C bus controller.
See Also