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. presets
Methods in com.pi4j.io.pwm that return PwmPreset Modifier and Type Method Description PwmPreset
Pwm. deletePreset(String name)
Delete/remove a PwmPreset by name from this PWM instance.PwmPreset
PwmBase. deletePreset(String name)
Delete/remove a PwmPreset by name from this PWM instance.PwmPreset
Pwm. getPreset(String name)
Get a single PwmPreset from this PWM instance by the preset's name.PwmPreset
PwmBase. getPreset(String name)
Get a single PwmPreset from this PWM instance by the preset's name.default PwmPreset
Pwm. 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 Pwm
Pwm. addPreset(PwmPreset preset)
Add a new PwmPreset to this PWM instance.Pwm
PwmBase. addPreset(PwmPreset preset)
Add a new PwmPreset to this PWM instance.PwmConfigBuilder
PwmConfigBuilder. preset(PwmPreset... preset)
Add one or more PwmPresets to this PWM instance.
-