Click or drag to resize

Socket Interface

Abstract interface for mikroBUS sockets.

Namespace: IO.Interfaces.mikroBUS
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.76.2
Syntax
C#
public interface Socket

The Socket type exposes the following members.

Methods
 NameDescription
Public methodCreateAnalogInput Create an analog input object instance for a given socket.
Public methodCreateGPIOPin Create a GPIO pin object instance for a given pin of a given socket.
Public methodCreateI2CBus Create an I2C bus object instance for a given socket.
Public methodCreateInterruptInput Create a GPIO input pin instance for the INT (interrupt) pin of a given socket.
Public methodCreatePWMOutput Create a PWM (Pulse Width Modulated) output instance for a given socket.
Public methodCreateResetOutput Create a GPIO output pin object instance for the RST pin of a given socket.
Public methodCreateSPIDevice Create a SPI slave device object instance for a given socket.
Top
See Also