Skip to main content

OutputType Enum

NuGet: GHIElectronics.TinyCLR.Devices.Gpio.LowLevel
Assembly: GHIElectronics.TinyCLR.Devices.Gpio.LowLevel
Namespace: GHIElectronics.TinyCLR.Devices.Gpio.LowLevel

How a GPIO pin's output driver is wired.

public enum OutputType

Fields

NameValueDescription
PushPull0Driver actively drives both high and low.
OpenDrain1Driver actively pulls low and floats when set high (use with a pull-up).