Click or drag to resize

Board Constructor

Constructor for a single PWM click.

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

Parameters

socket  Socket
mikroBUS socket object instance.
freq  Int32
PWM pulse frequency in Hz.
addr  Int32  (Optional)
I2C slave address.
See Also