Click or drag to resize

SocketPins Enumeration

Enumeration of mikroBUS socket pin designators.

Namespace: IO.Interfaces.mikroBUS
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.76.2
Syntax
C#
public enum SocketPins
Members
Member nameValueDescription
AN0 Analog input.
RST1 Reset output.
CS2 SPI chip select (aka slave select) output.
SCK3 SPI clock output.
MISO4 SPI MISO (Master In / Slave Out) data input.
MOSI5 SPI MOSI (Master Out / Slave In) data output.
SDA6 I2C bus bidirectional data signal.
SCL7 I2C bus bidirectional clock signal.
TX8 Serial port transmit data output.
RX9 Serial port receive data input.
INT10 Interrupt input.
PWM11 PWM (Pulse With Modulated) output.
Remarks
In principle, any of these pins may be used for GPIO. In practice, many of them will be configured for special functions and unavailable for GPIO.
See Also