Click or drag to resize

DeviceRead Method

Read from an HDC1080 device register.

Namespace: IO.Devices.HDC1080
Assembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax
C#
public ushort Read(
	byte reg
)

Parameters

reg  Byte
8-bit register address.

Return Value

UInt16
16-bit register data
See Also