Uses of Enum Class
com.kosdev.kos.core.service.gpio.GpioInputPinDef.Bias
Packages that use GpioInputPinDef.Bias
-
Uses of GpioInputPinDef.Bias in com.kosdev.kos.core.service.gpio
Methods in com.kosdev.kos.core.service.gpio that return GpioInputPinDef.BiasModifier and TypeMethodDescriptionGpioInputPinDef.getBias()Return the bias of the input pin.static GpioInputPinDef.BiasReturns the enum constant of this class with the specified name.static GpioInputPinDef.Bias[]GpioInputPinDef.Bias.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 GpioInputPinDef.BiasModifier and TypeMethodDescriptionGpioInputPinDef.setBias(GpioInputPinDef.Bias bias) Set the bias of the input pin.