We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14e648c + ffa360e commit dc98e5bCopy full SHA for dc98e5b
examples/pixie_simpletest.py
@@ -5,7 +5,7 @@
5
6
uart = busio.UART(board.TX, rx=None, baudrate=115200)
7
8
-num_pixies = 2 # Change this to the number of Pixies LEDs you have.
+num_pixies = 2 # Change this to the number of Pixie LEDs you have.
9
pixies = adafruit_pixie.Pixie(uart, num_pixies, brightness=0.2, auto_write=False)
10
11
0 commit comments