File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
"""
2
2
This example blinks the LEDs purple at a 0.5 second interval.
3
3
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.
6
6
7
7
This example will run on SAMD21 (M0) Express boards (such as Circuit Playground Express or QT Py
8
8
Haxpress), but not on SAMD21 non-Express boards (such as QT Py or Trinket).
Original file line number Diff line number Diff line change 2
2
This example animates a theatre chase style animation in white with a repeated 3 LEDs lit up at a
3
3
spacing of six LEDs off.
4
4
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.
7
7
8
8
This example will run on SAMD21 (M0) Express boards (such as Circuit Playground Express or QT Py
9
9
Haxpress), but not on SAMD21 non-Express boards (such as QT Py or Trinket).
Original file line number Diff line number Diff line change 1
1
"""
2
2
This example animates a jade comet that bounces from end to end of the strip.
3
3
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.
6
6
7
7
This example will run on SAMD21 (M0) Express boards (such as Circuit Playground Express or QT Py
8
8
Haxpress), but not on SAMD21 non-Express boards (such as QT Py or Trinket).
Original file line number Diff line number Diff line change 6
6
7
7
See this FAQ for details:
8
8
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.
11
11
12
12
This example will run on SAMD21 (M0) Express boards (such as Circuit Playground Express or QT Py
13
13
Haxpress), but not on SAMD21 non-Express boards (such as QT Py or Trinket).
You can’t perform that action at this time.
0 commit comments