Uses of Class
com.kosdev.kos.core.service.gpio.GpioInputPin
Packages that use GpioInputPin
-
Uses of GpioInputPin in com.kosdev.kos.core.service.gpio
Methods in com.kosdev.kos.core.service.gpio that return GpioInputPinModifier and TypeMethodDescriptionGpioService.createInputPin(NodeId nodeId, GpioInputPinDef def) Create an input pin on the specified node.GpioService.createInputPin(GpioInputPinDef def) Create an input pin on the local node.Methods in com.kosdev.kos.core.service.gpio with parameters of type GpioInputPinModifier and TypeMethodDescriptionvoidGpioPinChangeCallback.onPinChange(GpioInputPin pin, boolean val) Called when the pin changes state.