DeviceWrite(Byte, Byte) Method |
Write to the specified PCA9534 device register.
Namespace: IO.Devices.PCA9534Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax public void Write(
byte addr,
byte data
)
Parameters
- addr Byte
- Register address.
- data Byte
- Data to written.
See Also