Interface GpioDeviceInterface

All Superinterfaces:
AutoCloseable, Closeable, DeviceInterface
All Known Subinterfaces:
GpioDigitalDeviceInterface, GpioDigitalInputDeviceInterface, GpioDigitalInputOutputDeviceInterface, GpioDigitalOutputDeviceInterface, PwmOutputDeviceInterface
All Known Implementing Classes:
MCP23xxxDigitalInputDevice, MCP23xxxDigitalInputOutputDevice, MCP23xxxDigitalOutputDevice, NativeGpioInputDevice, NativeGpioInputOutputDevice, NativeGpioOutputDevice, OdroidC2SysFsPwmOutputDevice, PiconZero.PiconZeroDigitalInputDevice, PiconZero.PiconZeroDigitalOutputDevice, PiconZero.PiconZeroPwmOutputDevice, SoftwarePwmOutputDevice, SysFsDigitalInputDevice, SysFsDigitalInputOutputDevice, SysFsDigitalOutputDevice, SysFsPwmOutputDevice

public interface GpioDeviceInterface
extends DeviceInterface
  • Method Details

    • getGpio

      int getGpio()
    • getMode

      DeviceMode getMode()