Skip to content

Commit b249397

Browse files
authored
Reformatted to reduce eash line length.
Max supported line length in Mu (the recommended editor) is 88 charecters. Several lines in the comments section were longer than this. Changed so it may be copy-pasted as directed in tutorial.
1 parent 0c3a82c commit b249397

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Welcome_to_CircuitPython/code.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@
66
Blink example for boards with ONLY a NeoPixel LED (e.g. without a built-in red LED).
77
Includes QT Py and various Trinkeys.
88
9-
Requires two libraries from the Adafruit CircuitPython Library Bundle. Download the bundle
10-
from circuitpython.org/libraries and copy the following files to your CIRCUITPY/lib folder:
9+
Requires two libraries from the Adafruit CircuitPython Library Bundle.
10+
Download the bundle from circuitpython.org/libraries and copy the
11+
following files to your CIRCUITPY/lib folder:
1112
* neopixel.mpy
1213
* adafruit_pypixelbuf.mpy
1314
14-
Once the libraries are copied, save this file as code.py to your CIRCUITPY drive to run it.
15+
Once the libraries are copied, save this file as code.py to your CIRCUITPY
16+
drive to run it.
1517
"""
1618
import time
1719
import board

0 commit comments

Comments
 (0)