Click or drag to resize

Pin Class

Encapsulates MCP23S17 GPIO pins.
Inheritance Hierarchy
System.Object
  IO.Devices.MCP23S17.GPIO.Pin

Namespace: IO.Devices.MCP23S17.GPIO
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.76.2
Syntax
C#
public class Pin : Pin

The Pin type exposes the following members.

Constructors
 NameDescription
Public methodPin Create a single MCP23S17 GPIO pin.
Top
Properties
 NameDescription
Public propertystate Read/Write GPIO state property.
Top
See Also