Click or drag to resize

MUNTS_0018RaspberryPiButtonInputFactory Method

GPIO pin object factory for the on-board button switch at SW1.

Namespace: IO.Objects.SimpleIO.Platforms
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public static Pin ButtonInputFactory(
	Edge edge = Edge.None
)

Parameters

edge  Edge  (Optional)
Interrupt edge setting.

Return Value

Pin
GPIO input pin object.
See Also