Skip to content

Commit dc98e5b

Browse files
authored
Merge pull request #4 from kattni/documentation-setup
updated comment
2 parents 14e648c + ffa360e commit dc98e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pixie_simpletest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
uart = busio.UART(board.TX, rx=None, baudrate=115200)
77

8-
num_pixies = 2 # Change this to the number of Pixies LEDs you have.
8+
num_pixies = 2 # Change this to the number of Pixie LEDs you have.
99
pixies = adafruit_pixie.Pixie(uart, num_pixies, brightness=0.2, auto_write=False)
1010

1111

0 commit comments

Comments
 (0)