Package com.pi4j.jni
-
Interface Summary Interface Description AnalogInputListener This interface implements the callback event handler for GPIO analog input value changes.SerialInterruptListener This interface implements the callback event handler for serial interrupt data receive events. -
Class Summary Class Description AnalogInputEvent This class provides the event object for analog input value changes.AnalogInputMonitor This class provides static methods to configure the native Pi4J library to listen to GPIO analog input value changes and invoke callbacks into this class.Serial THIS IS CURRENTLY A NO-IMPL STUB.SerialInterrupt This class provides static methods to configure the native Pi4J library to listen to serial interrupts and invoke callbacks into this class.SerialInterruptEvent This class provides the event object for Serial interrupt data receive event.WDT