Chase: Update the documentation

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/550/head
Gergely Nagy 6 years ago
parent 82349df38e
commit 58d353a920
No known key found for this signature in database
GPG Key ID: AC1E90BAC433F68F

@ -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

Loading…
Cancel
Save