|
|
@ -21,8 +21,23 @@ void setup() {
|
|
|
|
|
|
|
|
|
|
|
|
## Plugin methods
|
|
|
|
## Plugin methods
|
|
|
|
|
|
|
|
|
|
|
|
The plugin provides the `LEDChaseEffect` object, which has no public methods or
|
|
|
|
The plugin provides the `LEDChaseEffect` object, which has the following methods
|
|
|
|
properties, outside of those provided by all LED modes.
|
|
|
|
outside of those provided by all LED modes:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### `.update_delay([delay])`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
> Accessor for the update delay, the time between each step of the animation.
|
|
|
|
|
|
|
|
> When called without an argument, returns the current setting. When called with
|
|
|
|
|
|
|
|
> one, sets it.
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
> Defaults to 150 (milliseconds).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### `.distance([pixels])`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
> Accessor for the distance between the two pixels. When called without an
|
|
|
|
|
|
|
|
> argument, returns the current setting. When called with one, sets it.
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
> Defaults to 5.
|
|
|
|
|
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
|
|
|
|