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