Class SysFsDigitalInputDevice

All Implemented Interfaces:
DeviceInterface, GpioDeviceInterface, GpioDigitalDeviceInterface, GpioDigitalInputDeviceInterface, PollEventListener, Closeable, AutoCloseable

public class SysFsDigitalInputDevice
extends AbstractInputDevice<DigitalInputEvent>
implements GpioDigitalInputDeviceInterface, PollEventListener
Pure Java implementation using the sysfs (/sys/class/gpio) kernel module.