public interface GpioPinListenerAnalog extends GpioPinListener
This interface implements the callback event handler for GPIO pin state changes.
Before using the Pi4J library, you need to ensure that the Java VM in configured with access to the following system libraries:
This library depends on the wiringPi native system library. (developed by Gordon Henderson @ http://wiringpi.com/)
Modifier and Type | Method and Description |
---|---|
void |
handleGpioPinAnalogValueChangeEvent(GpioPinAnalogValueChangeEvent event) |
void handleGpioPinAnalogValueChangeEvent(GpioPinAnalogValueChangeEvent event)
Copyright © 2012–2019 Pi4J. All rights reserved.