Click or drag to resize

DeviceRead(Byte) Method

Read from the specified PCA9534 device register.

Namespace: IO.Devices.PCA9534
Assembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax
C#
public byte Read(
	byte addr
)

Parameters

addr  Byte
Register address.

Return Value

Byte
Register contents.
See Also