Uses of Interface
com.tccc.kos.core.service.gpio.GpioInputPinListener
Packages that use GpioInputPinListener
-
Uses of GpioInputPinListener in com.tccc.kos.core.service.gpio
Methods in com.tccc.kos.core.service.gpio with parameters of type GpioInputPinListenerModifier and TypeMethodDescriptionGpioService.createInputPin(NodeId nodeId, String name, int pin, boolean inverted, GpioInputPinListener listener) Create an input pin with the specified name for the specified node.GpioService.createInputPin(String name, int pin, boolean inverted, GpioInputPinListener listener) Create an input pin with the specified name for the local node.