| Package | Description |
|---|---|
| io.silverspoon.bulldog.core.gpio.util | |
| io.silverspoon.bulldog.core.util.easing |
| Modifier and Type | Method and Description |
|---|---|
void |
PwmController.dutyTransition(Pwm pwm,
double toDuty,
int milliseconds,
Easing easing,
EasingOptions option) |
void |
PwmController.frequencyTransition(Pwm pwm,
double toFrequency,
int milliseconds,
Easing easing,
EasingOptions option) |
| Modifier and Type | Method and Description |
|---|---|
static EasingOptions |
EasingOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EasingOptions[] |
EasingOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015 silverspoon.io. All rights reserved.