Uses of Class
com.kosdev.kos.core.service.gpio.GpioOutputPinDef
Packages that use GpioOutputPinDef
-
Uses of GpioOutputPinDef in com.kosdev.kos.core.service.gpio
Methods in com.kosdev.kos.core.service.gpio that return GpioOutputPinDefModifier and TypeMethodDescriptionGpioOutputPinDef.setChipName(String name) Set the name of the chip to bind to.GpioOutputPinDef.setChipNum(Integer num) Set the number of the chip to bind to.GpioOutputPinDef.setDrive(GpioOutputPinDef.Drive drive) Set the drive of the output pin.GpioOutputPinDef.setInverted(boolean inverted) Set the inverted flag.GpioOutputPinDef.setPinName(String name) Set the name of the pin to bind to.Set the number of the pin to bind to.Methods in com.kosdev.kos.core.service.gpio with parameters of type GpioOutputPinDefModifier and TypeMethodDescriptionGpioService.createOutputPin(NodeId nodeId, GpioOutputPinDef def) Create an output pin on the specified node.GpioService.createOutputPin(GpioOutputPinDef def) Create an output pin on the local node.