Uses of Interface
com.pi4j.io.pwm.PwmConfig
-
Packages that use PwmConfig Package Description com.pi4j.io.pwm -
-
Uses of PwmConfig in com.pi4j.io.pwm
Methods in com.pi4j.io.pwm that return PwmConfig Modifier and Type Method Description PwmConfig
PwmConfig. 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 PwmConfig Constructor Description PwmBase(PwmProvider provider, PwmConfig config)
Constructor for PwmBase.
-