Skip to content

Commit d40c67e

Browse files
authored
Fix example
1 parent 8a6c331 commit d40c67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Berry_Addressable-LED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ end
117117
How to use:
118118

119119
```berry
120-
var strip = Leds(5,5, gpio.pin(gpio.WS2812, 1))
120+
var strip = Leds(5 * 5, gpio.pin(gpio.WS2812, 0))
121121
var r = Rainbow_stripes(strip, 1.0)
122122
r.start()
123123
```

0 commit comments

Comments
 (0)