mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-15 11:04:55 +00:00
doc/common/LightGrid: clarify how blink and pattern relate
blink is just a simpler animation
This commit is contained in:
@@ -410,6 +410,9 @@ class Light:
|
||||
The light keeps blinking indefinitely while the rest of your
|
||||
program keeps running.
|
||||
|
||||
This method provides a simple way to make basic but useful patterns.
|
||||
For more generic and smooth patterns, use :meth:`.animate` instead.
|
||||
|
||||
Arguments:
|
||||
(list): List of (:ref:`time`) values of the
|
||||
form ``[on_1, off_1, on_2, off_2, ...]``.
|
||||
|
||||
Reference in New Issue
Block a user