Uses of Class
com.tccc.kos.core.service.gpio.GpioOutputPin
Packages that use GpioOutputPin
-
Uses of GpioOutputPin in com.tccc.kos.core.service.gpio
Methods in com.tccc.kos.core.service.gpio that return GpioOutputPinModifier and TypeMethodDescriptionGpioService.createOutputPin
(int pin, boolean inverted, GpioOutputPinListener listener) Create an output pin for the specified pin number, on the local node.GpioService.createOutputPin
(NodeId nodeId, int pin, boolean inverted, GpioOutputPinListener listener) Create an output pin for the specified pin number, on the specified node.Methods in com.tccc.kos.core.service.gpio with parameters of type GpioOutputPinModifier and TypeMethodDescriptionvoid
GpioOutputPinListener.outputPinReady
(GpioOutputPin pin) Called when a session is connected and the pin is ready to be changed.