Write to an HDC1080 device register.
Namespace: IO.Devices.HDC1080Assembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax public void Write(
byte reg,
ushort data
)
Parameters
- reg Byte
- 8-bit register address.
- data UInt16
- 16-bit register data.
See Also