Uses of Interface
com.pi4j.io.pwm.PwmPreset
Packages that use PwmPreset
-
Uses of PwmPreset in com.pi4j.io.pwm
Fields in com.pi4j.io.pwm with type parameters of type PwmPresetMethods in com.pi4j.io.pwm that return PwmPresetModifier and TypeMethodDescriptionPwm.deletePreset(String name) Delete/remove a PwmPreset by name from this PWM instance.PwmBase.deletePreset(String name) Delete/remove a PwmPreset by name from this PWM instance.Get a single PwmPreset from this PWM instance by the preset's name.Get a single PwmPreset from this PWM instance by the preset's name.default PwmPresetGet a single PwmPreset from this PWM instance by the preset's name.Methods in com.pi4j.io.pwm that return types with arguments of type PwmPresetModifier and TypeMethodDescriptionPwm.getPresets()Get all the PwmPreset instances assigned to this PWM instance.PwmBase.getPresets()Get all the PwmPreset instances assigned to this PWM instance.default Collection<PwmPreset>PwmConfig.getPresets()Get the configured PwmPresets assigned to this PWM instance.Pwm.presets()Get all the PwmPreset assigned to this PWM instance.PwmConfig.presets()Get the configured PwmPresets assigned to this PWM instance.Methods in com.pi4j.io.pwm with parameters of type PwmPresetModifier and TypeMethodDescriptionAdd a new PwmPreset to this PWM instance.Add a new PwmPreset to this PWM instance.Add one or more PwmPresets to this PWM instance.