Click or drag to resize

Driver Enumeration

GPIO output driver settings.

Namespace: IO.Objects.SimpleIO.GPIO
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
public enum Driver
Members
Member nameValueDescription
PushPull0 Push Pull (current source/sink) output driver.
OpenDrain1 Open Drain (current sink) output driver.
OpenSource2 Open Source (current source) output driver.
See Also