We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b249397 commit 555b5f8Copy full SHA for 555b5f8
Welcome_to_CircuitPython/code.py
@@ -6,13 +6,13 @@
6
Blink example for boards with ONLY a NeoPixel LED (e.g. without a built-in red LED).
7
Includes QT Py and various Trinkeys.
8
9
-Requires two libraries from the Adafruit CircuitPython Library Bundle.
10
-Download the bundle from circuitpython.org/libraries and copy the
+Requires two libraries from the Adafruit CircuitPython Library Bundle.
+Download the bundle from circuitpython.org/libraries and copy the
11
following files to your CIRCUITPY/lib folder:
12
* neopixel.mpy
13
* adafruit_pypixelbuf.mpy
14
15
-Once the libraries are copied, save this file as code.py to your CIRCUITPY
+Once the libraries are copied, save this file as code.py to your CIRCUITPY
16
drive to run it.
17
"""
18
import time
0 commit comments