Click or drag to resize

Board Constructor

Constructor for a single PWM click.

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

Parameters

socknum  Int32
mikroBUS socket number.
freq  Int32
PWM pulse frequency in Hz.
addr  Int32  (Optional)
I2C slave address.
See Also