Click or drag to resize

Device Constructor

Constructor for an TH02 temperature and humidity sensor object.

Namespace: IO.Devices.TH02
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public Device(
	Bus bus
)

Parameters

bus  Bus
I2C bus controller.
See Also