Skip to main content

Class Mcp23xxx.DigitalInterruptPort

Represents an Mcp23xxx digital interrupt port

Assembly: Mcp23xxx.dll
View Source
Declaration
public class Mcp23xxx.DigitalInterruptPort : DigitalInterruptPortBase, IDigitalInterruptPort, IDigitalInputPort, IDigitalPort, IPort<IDigitalChannelInfo>, IDisposable, IObservable<IChangeResult<DigitalState>>

Inheritance: System.Object -> Meadow.Hardware.PortBase<Meadow.Hardware.IDigitalChannelInfo> -> Meadow.Hardware.DigitalPortBase -> Meadow.Hardware.DigitalInputPortBase -> Meadow.Hardware.DigitalInterruptPortBase

Implements:
Meadow.Hardware.IDigitalInterruptPort, Meadow.Hardware.IDigitalInputPort, Meadow.Hardware.IDigitalPort, Meadow.Hardware.IPort<Meadow.Hardware.IDigitalChannelInfo>, System.IDisposable, System.IObservable<Meadow.IChangeResult<Meadow.Hardware.DigitalState>>

Properties

State

Gets the current state of the port

View Source
Declaration
public override bool State { get; }

Resistor

Gets or sets the internal resistor mode of the port

View Source
Declaration
public override ResistorMode Resistor { get; set; }

DebounceDuration

Gets or sets the debounce duration for the port

View Source
Declaration
public override TimeSpan DebounceDuration { get; set; }

GlitchDuration

Gets or sets the glitch filter duration for the port

View Source
Declaration
public override TimeSpan GlitchDuration { get; set; }

Implements

  • Meadow.Hardware.IDigitalInterruptPort
  • Meadow.Hardware.IDigitalInputPort
  • Meadow.Hardware.IDigitalPort
  • Meadow.Hardware.IPort<Meadow.Hardware.IDigitalChannelInfo>
  • System.IDisposable
  • System.IObservable<Meadow.IChangeResult<Meadow.Hardware.DigitalState>>