Click or drag to resize

Drive Enumeration

GPIO output drive settings.

Namespace: IO.Interfaces.GPIO
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.76.2
Syntax
C#
public enum Drive
Members
Member nameValueDescription
PushPull0 Push Pull (current source/sink) output drive.
OpenDrain1 Open Drain (current sink) output drive.
OpenSource2 Open Source (current source) output drive.
See Also