Click or drag to resize

Board Constructor

Constructor for a single Expand 2 click.

Namespace: IO.Devices.ClickBoards.Expand2
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.76.2
Syntax
C#
public Board(
	Socket socket,
	int addr = 32
)

Parameters

socket  Socket
mikroBUS socket object instance.
addr  Int32  (Optional)
I2C slave address.
See Also