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 PwmTypePwm. getPwmType()Get the PWM type of this PWM instance.default PwmTypePwmConfig. getPwmType()Get the configured PwmType of this PWM instance.static PwmTypePwmType. parse(String pull)parse.default PwmTypePwm. pwmType()Get the PWM type of this PWM instance.PwmTypePwmConfig. pwmType()Get the configured PwmType of this PWM instance.static PwmTypePwmType. 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 PwmConfigBuilderPwmConfigBuilder. pwmType(PwmType pwmType)Set the PwmType of this PWM instance.
-