Skip to content

Commit ebe430b

Browse files
authored
Merge pull request #1986 from Pikime/patch-1
Reformatted to reduce each line length.
2 parents 0c3a82c + 555b5f8 commit ebe430b

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)