Uses of Interface
com.pi4j.io.pwm.PwmConfig
Packages that use PwmConfig
-
Uses of PwmConfig in com.pi4j.io.pwm
Methods in com.pi4j.io.pwm that return PwmConfigModifier and TypeMethodDescriptionPwmConfig.shutdownValue(Number dutyCycle) Optionally configure a PWM duty-cycle value that should automatically be applied to the PWM instance when the Pi4J context is shutdown.Constructors in com.pi4j.io.pwm with parameters of type PwmConfigModifierConstructorDescriptionPwmBase(PwmProvider provider, PwmConfig config) Constructor for PwmBase.