java.lang.Object
com.diozero.internal.provider.builtin.gpio.GpioChipInfo
com.diozero.internal.provider.builtin.gpio.GpioChip
All Implemented Interfaces:
GpioLineEventListener, Closeable, AutoCloseable

public class GpioChip
extends GpioChipInfo
implements Closeable, GpioLineEventListener
  • Field Details

    • GPIOEVENT_EVENT_RISING_EDGE

      public static final int GPIOEVENT_EVENT_RISING_EDGE
      See Also:
      Constant Field Values
    • GPIOEVENT_EVENT_FALLING_EDGE

      public static final int GPIOEVENT_EVENT_FALLING_EDGE
      See Also:
      Constant Field Values
  • Method Details