Uses of Enum Class
com.pi4j.io.pwm.PwmType
Packages that use PwmType
-
Uses of PwmType in com.pi4j.io.pwm
Methods in com.pi4j.io.pwm that return PwmTypeModifier and TypeMethodDescriptiondefault PwmTypePwm.getPwmType()Get the PWM type of this PWM instance.default PwmTypePwmConfig.getPwmType()Get the configured PwmType of this PWM instance.static PwmTypeparse.default PwmTypePwm.pwmType()Get the PWM type of this PWM instance.PwmConfig.pwmType()Get the configured PwmType of this PWM instance.static PwmTypeReturns the enum constant of this class with the specified name.static PwmType[]PwmType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pi4j.io.pwm that return types with arguments of type PwmTypeMethods in com.pi4j.io.pwm with parameters of type PwmTypeModifier and TypeMethodDescriptionSet the PwmType of this PWM instance.