Skip to content

Commit d86527a

Browse files
authored
Added missing import statement in berry example (tasmota#896)
* Added tasmota.strftime * Create Berry_v_Python.md * Update Berry_v_Python.md * Update Berry_v_Python.md * Added missing import statement in example * Revert "Update Berry_v_Python.md" This reverts commit d791298. * Revert "Update Berry_v_Python.md" This reverts commit 07e5f33. * Revert "Create Berry_v_Python.md" This reverts commit 264f988.
1 parent 0e16262 commit d86527a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/Berry_leds.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ animate<a class="cmnd" id="leds_animator_animate"></a>|`animate() -> nil`<br>Pla
8383
Example:
8484

8585
``` python
86+
import animate
8687
class Rainbow_stripes : Leds_animator
8788
var cur_offset # current offset in the palette
8889
static palette = [ 0xFF0000, #- red -#

0 commit comments

Comments
 (0)