Click or drag to resize

Board Class

Encapsulates the Mikroelektronika Expand Click Board.
Inheritance Hierarchy
SystemObject
  IO.Devices.ClickBoards.SimpleIO.ExpandBoard

Namespace: IO.Devices.ClickBoards.SimpleIO.Expand
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
public class Board

The Board type exposes the following members.

Constructors
 NameDescription
Public methodBoard Constructor for a single Expand 2 click.
Top
Properties
 NameDescription
Public propertydevice Returns the underlying MCP23S17 device object.
Top
Methods
 NameDescription
Public methodGPIO Factory function for creating GPIO pins.
Public methodReset Issue hardware reset to the MCP23S17.
Top
See Also