Uses of Class
com.pi4j.io.pwm.PwmType
-
Packages that use PwmType Package Description com.pi4j.io.pwm -
-
Uses of PwmType in com.pi4j.io.pwm
Methods in com.pi4j.io.pwm that return PwmType Modifier and Type Method Description default PwmType
Pwm. getPwmType()
Get the PWM type of this PWM instance.default PwmType
PwmConfig. getPwmType()
Get the configured PwmType of this PWM instance.static PwmType
PwmType. parse(String pull)
parse.default PwmType
Pwm. pwmType()
Get the PWM type of this PWM instance.PwmType
PwmConfig. pwmType()
Get the configured PwmType of this PWM instance.static PwmType
PwmType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PwmType[]
PwmType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pi4j.io.pwm that return types with arguments of type PwmType Modifier and Type Method Description static EnumSet<PwmType>
PwmType. all()
all.Methods in com.pi4j.io.pwm with parameters of type PwmType Modifier and Type Method Description PwmConfigBuilder
PwmConfigBuilder. pwmType(PwmType pwmType)
Set the PwmType of this PWM instance.
-