Click or drag to resize

Board Constructor

Constructor for a single 7seg click.

Namespace: IO.Devices.ClickBoards.SevenSegment
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.76.2
Syntax
C#
public Board(
	Socket socket,
	BoardBase radix = BoardBase.Decimal,
	BoardZeroBlanking blanking = BoardZeroBlanking.None,
	int pwmfreq = 0
)

Parameters

socket  Socket
mikroBUS socket object instance.
radix  BoardBase  (Optional)
Numerical base or radix. Allowed values are Decimal and Hexadecimal.
blanking  BoardZeroBlanking  (Optional)
Zero blanking. Allowed values are None, Leading, and Full.
pwmfreq  Int32  (Optional)
PWM frequency. Set to zero to use GPIO instead of PWM.
See Also