Remove trailing whitespace.
This commit is contained in:
parent
b249397413
commit
555b5f815b
1 changed files with 3 additions and 3 deletions
|
|
@ -6,13 +6,13 @@
|
|||
Blink example for boards with ONLY a NeoPixel LED (e.g. without a built-in red LED).
|
||||
Includes QT Py and various Trinkeys.
|
||||
|
||||
Requires two libraries from the Adafruit CircuitPython Library Bundle.
|
||||
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
|
||||
following files to your CIRCUITPY/lib folder:
|
||||
* neopixel.mpy
|
||||
* adafruit_pypixelbuf.mpy
|
||||
|
||||
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
|
||||
drive to run it.
|
||||
"""
|
||||
import time
|
||||
|
|
|
|||
Loading…
Reference in a new issue