Click or drag to resize

Board Class

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

Namespace: IO.Devices.ClickBoards.SimpleIO.Expand2
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 MCP23017 device object.
Top
Methods
 NameDescription
Public methodGPIO Factory function for creating GPIO pins.
Public methodReset Issue hardware reset to the MCP23017.
Top
Fields
 NameDescription
Public fieldStatic memberDefaultAddress Default I2C slave address.
Top
See Also