Uses of Interface
com.pi4j.io.pwm.PwmPreset
-
Packages that use PwmPreset Package Description com.pi4j.io.pwm -
-
Uses of PwmPreset in com.pi4j.io.pwm
Fields in com.pi4j.io.pwm with type parameters of type PwmPreset Modifier and Type Field Description protected Map<String,PwmPreset>PwmBase. presetsMethods in com.pi4j.io.pwm that return PwmPreset Modifier and Type Method Description PwmPresetPwm. deletePreset(String name)Delete/remove a PwmPreset by name from this PWM instance.PwmPresetPwmBase. deletePreset(String name)Delete/remove a PwmPreset by name from this PWM instance.PwmPresetPwm. getPreset(String name)Get a single PwmPreset from this PWM instance by the preset's name.PwmPresetPwmBase. getPreset(String name)Get a single PwmPreset from this PWM instance by the preset's name.default PwmPresetPwm. preset(String name)Get 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 PwmPreset Modifier and Type Method Description Map<String,PwmPreset>Pwm. getPresets()Get all the PwmPreset instances assigned to this PWM instance.Map<String,PwmPreset>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.default Map<String,PwmPreset>Pwm. presets()Get all the PwmPreset assigned to this PWM instance.Collection<PwmPreset>PwmConfig. presets()Get the configured PwmPresets assigned to this PWM instance.Methods in com.pi4j.io.pwm with parameters of type PwmPreset Modifier and Type Method Description PwmPwm. addPreset(PwmPreset preset)Add a new PwmPreset to this PWM instance.PwmPwmBase. addPreset(PwmPreset preset)Add a new PwmPreset to this PWM instance.PwmConfigBuilderPwmConfigBuilder. preset(PwmPreset... preset)Add one or more PwmPresets to this PWM instance.
-