Skip to content

Commit 29a89eb

Browse files
authored
Merge pull request #1548 from kattni/update-neopixel-welcome-example
Generalise NeoPixel Blink example.
2 parents 03a0f72 + 95fa681 commit 29a89eb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Welcome_to_CircuitPython/QT_Py_blink.py renamed to Welcome_to_CircuitPython/neopixel_blink.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""
2-
Blink example for QT Py using onboard NeoPixel.
2+
Blink example for boards with ONLY a NeoPixel LED (e.g. without a built-in red LED).
3+
Includes QT Py and various Trinkeys.
34
45
Requires two libraries from the Adafruit CircuitPython Library Bundle. Download the bundle
56
from circuitpython.org/libraries and copy the following files to your CIRCUITPY/lib folder:

0 commit comments

Comments
 (0)