Constructor for a single 7seg click.
Namespace: IO.Devices.ClickBoards.RemoteIO.SevenSegmentAssembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax public Board(
int socket,
BoardBase radix = BoardBase.Decimal,
BoardZeroBlanking blanking = BoardZeroBlanking.None,
int pwmfreq = 100,
Device remdev = null
)
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.
- remdev Device (Optional)
- Remote I/O server device object.
See Also