| MUNTS_0018RaspberryPiButtonInputFactory Method | 
            GPIO pin object factory for the on-board button switch at SW1.
            
Namespace: IO.Objects.SimpleIO.PlatformsAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.275.1
 Syntax
Syntaxpublic static Pin ButtonInputFactory(
	Edge edge = Edge.None
)
Parameters
- edge  Edge  (Optional)
- Interrupt edge setting.
Return Value
PinGPIO input pin object.
 See Also
See Also