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 PwmPresetBuilder
PwmPresetBuilder. 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.PwmPresetBuilder
PwmPresetBuilder. 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 PwmPresetBuilder
PwmPreset. newBuilder(String name)
Return a new PWM Preset builder; (static factory method)static PwmPresetBuilder
PwmPresetBuilder. newInstance(String name)
newInstance.
-