File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 66Blink example for boards with ONLY a NeoPixel LED (e.g. without a built-in red LED).
77Includes 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"""
1618import time
1719import board
You can’t perform that action at this time.
0 commit comments