Enumeration of mikroBUS socket pin designators.
Namespace: IO.Interfaces.mikroBUSAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.76.2
Syntax
MembersMember name | Value | Description |
---|
AN | 0 |
Analog input.
|
RST | 1 |
Reset output.
|
CS | 2 |
SPI chip select (aka slave select) output.
|
SCK | 3 |
SPI clock output.
|
MISO | 4 |
SPI MISO (Master In / Slave Out) data input.
|
MOSI | 5 |
SPI MOSI (Master Out / Slave In) data output.
|
SDA | 6 |
I2C bus bidirectional data signal.
|
SCL | 7 |
I2C bus bidirectional clock signal.
|
TX | 8 |
Serial port transmit data output.
|
RX | 9 |
Serial port receive data input.
|
INT | 10 |
Interrupt input.
|
PWM | 11 |
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