| 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 | 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.
|
| I2C |
I2C Communication
|
| 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 |
Copyright © 2012–2019 Pi4J. All rights reserved.