Click or drag to resize

Board Constructor

Constructor for a single PWM click.

Namespace: IO.Devices.ClickBoards.RemoteIO.PWM
Assembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax
C#
public Board(
	int socknum,
	int freq,
	int addr = 64,
	Device remdev = null
)

Parameters

socknum  Int32
mikroBUS socket number.
freq  Int32
PWM pulse frequency in Hz.
addr  Int32  (Optional)
I2C slave address.
remdev  Device  (Optional)
Remote I/O device object.
See Also