Constructor for a single 7seg click.
Namespace: IO.Devices.ClickBoards.SimpleIO.SevenSegmentAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax public Board(
int socket,
BoardBase radix = BoardBase.Decimal,
BoardZeroBlanking blanking = BoardZeroBlanking.None,
int pwmfreq = 100
)
Parameters
- socket Int32
- mikroBUS socket number.
- 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