Class Ft23xxDigitalInputPort
Represents a digital input port implementation for the FT23xx device.
Assembly: Ft232h.dll
View Source
public sealed class Ft23xxDigitalInputPort : DigitalInputPortBase, IDigitalInputPort, IDigitalPort, IPort<IDigitalChannelInfo>, IDisposable
Inheritance: System.Object -> Meadow.Hardware.PortBase<Meadow.Hardware.IDigitalChannelInfo> -> Meadow.Hardware.DigitalPortBase -> Meadow.Hardware.DigitalInputPortBase
Implements:
Meadow.Hardware.IDigitalInputPort, Meadow.Hardware.IDigitalPort, Meadow.Hardware.IPort<Meadow.Hardware.IDigitalChannelInfo>, System.IDisposable
Properties
State
Gets the current state of the port
View Source
public override bool State { get; }
Resistor
Gets or sets the internal resistor mode of the port
View Source
public override ResistorMode Resistor { get; set; }
Implements
Meadow.Hardware.IDigitalInputPortMeadow.Hardware.IDigitalPortMeadow.Hardware.IPort<Meadow.Hardware.IDigitalChannelInfo>System.IDisposable