Class SysFsDigitalInputDevice

java.lang.Object
All Implemented Interfaces:
DeviceInterface, GpioDeviceInterface, GpioDigitalDeviceInterface, GpioDigitalInputDeviceInterface, PollEventListener, java.io.Closeable, java.lang.AutoCloseable

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