public interface AnalogInputListener extends EventListener
This interface implements the callback event handler for GPIO analog input value changes.
Modifier and Type | Method and Description |
---|---|
void |
pinValueChange(AnalogInputEvent event) |
void pinValueChange(AnalogInputEvent event)
Copyright © 2012–2019 Pi4J. All rights reserved.