Uses of Class
com.tccc.kos.core.service.gpio.GpioInputPin
Packages that use GpioInputPin
-
Uses of GpioInputPin in com.tccc.kos.core.service.gpio
Methods in com.tccc.kos.core.service.gpio that return GpioInputPinModifier 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.Methods in com.tccc.kos.core.service.gpio with parameters of type GpioInputPinModifier and TypeMethodDescriptionvoid
GpioInputPinListener.inputPinOff
(GpioInputPin pin) Called when the pin is off.void
GpioInputPinListener.inputPinOn
(GpioInputPin pin) Called when the pin is on.