Constructor for a single ADAC click.
Namespace: IO.Devices.ClickBoards.RemoteIO.ADACAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax public Board(
int socknum,
int addr = 16,
Device remdev = null
)
Parameters
- socknum Int32
- mikroBUS socket number.
- addr Int32 (Optional)
- I2C slave address.
- remdev Device (Optional)
- Remote I/O server device object.
See Also