SocketCreateInterruptInput Method |
Create a GPIO input pin instance for the INT (interrupt) pin of a
given socket.
Namespace: IO.Objects.SimpleIO.mikroBUSAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.76.2
Syntaxpublic Pin CreateInterruptInput(
Edge edge = Edge.None
)
Parameters
- edge Edge (Optional)
- Interrupt edge setting.
Ignored for remote GPIO pins.
Return Value
PinGPIO pin instance.
Implements
SocketCreateInterruptInput(Edge)
See Also