Uses of Interface
com.pi4j.io.pwm.PwmPresetBuilder
-
Packages that use PwmPresetBuilder Package Description com.pi4j.io.pwm -
-
Uses of PwmPresetBuilder in com.pi4j.io.pwm
Methods in com.pi4j.io.pwm that return PwmPresetBuilder Modifier and Type Method Description PwmPresetBuilderPwmPresetBuilder. dutyCycle(Number dutyCycle)Set the duty-cycle value as a decimal value that represents the percentage of the ON vs OFF time of the PWM signal for each period.PwmPresetBuilderPwmPresetBuilder. frequency(Integer frequency)Set the configured frequency value in Hertz (number of cycles per second) that the PWM signal generator should attempt to output when this preset is applied to a PWM instance.static PwmPresetBuilderPwmPreset. newBuilder(String name)Return a new PWM Preset builder; (static factory method)static PwmPresetBuilderPwmPresetBuilder. newInstance(String name)newInstance.
-