Skip to content

Commit d0fbc6f

Browse files
committed
Docstring update.
1 parent b1908de commit d0fbc6f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

examples/led_animation_blink.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""
22
This example blinks the LEDs purple at a 0.5 second interval.
33
4-
For QT Py and a NeoPixel strip. Update pixel_pin and pixel_num to match your wiring if using
5-
a different board or form of NeoPixels.
4+
For QT Py Haxpress and a NeoPixel strip. Update pixel_pin and pixel_num to match your wiring if
5+
using a different board or form of NeoPixels.
66
77
This example will run on SAMD21 (M0) Express boards (such as Circuit Playground Express or QT Py
88
Haxpress), but not on SAMD21 non-Express boards (such as QT Py or Trinket).

examples/led_animation_chase.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
This example animates a theatre chase style animation in white with a repeated 3 LEDs lit up at a
33
spacing of six LEDs off.
44
5-
For QT Py and a NeoPixel strip. Update pixel_pin and pixel_num to match your wiring if using
6-
a different board or form of NeoPixels.
5+
For QT Py Haxpress and a NeoPixel strip. Update pixel_pin and pixel_num to match your wiring if
6+
using a different board or form of NeoPixels.
77
88
This example will run on SAMD21 (M0) Express boards (such as Circuit Playground Express or QT Py
99
Haxpress), but not on SAMD21 non-Express boards (such as QT Py or Trinket).

examples/led_animation_comet.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""
22
This example animates a jade comet that bounces from end to end of the strip.
33
4-
For QT Py and a NeoPixel strip. Update pixel_pin and pixel_num to match your wiring if using
5-
a different board or form of NeoPixels.
4+
For QT Py Haxpress and a NeoPixel strip. Update pixel_pin and pixel_num to match your wiring if
5+
using a different board or form of NeoPixels.
66
77
This example will run on SAMD21 (M0) Express boards (such as Circuit Playground Express or QT Py
88
Haxpress), but not on SAMD21 non-Express boards (such as QT Py or Trinket).

examples/led_animation_samd21_reset_interval.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
77
See this FAQ for details:
88
9-
For QT Py and a NeoPixel strip. Update pixel_pin and pixel_num to match your wiring if using
10-
a different board or form of NeoPixels.
9+
For QT Py Haxpress and a NeoPixel strip. Update pixel_pin and pixel_num to match your wiring if
10+
using a different board or form of NeoPixels.
1111
1212
This example will run on SAMD21 (M0) Express boards (such as Circuit Playground Express or QT Py
1313
Haxpress), but not on SAMD21 non-Express boards (such as QT Py or Trinket).

0 commit comments

Comments
 (0)