Remove trailing whitespace.

This commit is contained in:
Kattni 2022-01-24 10:42:55 -05:00 committed by GitHub
parent b249397413
commit 555b5f815b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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