Uses of Enum Class
com.pi4j.io.pwm.PwmPolarity
Packages that use PwmPolarity
-
Uses of PwmPolarity in com.pi4j.io.pwm
Fields in com.pi4j.io.pwm declared as PwmPolarityMethods in com.pi4j.io.pwm that return PwmPolarityModifier and TypeMethodDescriptiondefault PwmPolarityPwm.getPolarity()Get the polarity of this PWM instance.default PwmPolarityPwmConfig.getPolarity()Get the configured polarity of this PWM instance.static PwmPolarityparse.default PwmPolarityPwm.polarity()Get the polarity of this PWM instance.PwmConfig.polarity()Get the configured polarity of this PWM instance.static PwmPolarityReturns the enum constant of this class with the specified name.static PwmPolarity[]PwmPolarity.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 PwmPolarityMethods in com.pi4j.io.pwm with parameters of type PwmPolarityModifier and TypeMethodDescriptionPwmConfigBuilder.polarity(PwmPolarity polarity) Set the polarity of this PWM instance.