Uses of Enum Class
com.kosdev.kos.core.service.gpio.GpioOutputPinDef.Drive
Packages that use GpioOutputPinDef.Drive
-
Uses of GpioOutputPinDef.Drive in com.kosdev.kos.core.service.gpio
Methods in com.kosdev.kos.core.service.gpio that return GpioOutputPinDef.DriveModifier and TypeMethodDescriptionGpioOutputPinDef.getDrive()Return the drive of the output pin.static GpioOutputPinDef.DriveReturns the enum constant of this class with the specified name.static GpioOutputPinDef.Drive[]GpioOutputPinDef.Drive.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.kosdev.kos.core.service.gpio with parameters of type GpioOutputPinDef.DriveModifier and TypeMethodDescriptionGpioOutputPinDef.setDrive(GpioOutputPinDef.Drive drive) Set the drive of the output pin.