Uses of Interface
com.pi4j.io.pwm.PwmPresetBuilder
Packages that use PwmPresetBuilder
-
Uses of PwmPresetBuilder in com.pi4j.io.pwm
Methods in com.pi4j.io.pwm that return PwmPresetBuilderModifier and TypeMethodDescriptionSet 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.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.