File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77This module provides a driver for WS2818 / NeoPixel LEDs.
88
99.. note :: This module is only included by default on the ESP8266, ESP32 and RP2
10- ports. On STM32 / Pyboard, you can `download the module
11- <https://github.com/micropython/micropython/blob/master/drivers/neopixel/neopixel.py> `_
10+ ports. On STM32 / Pyboard and others, you can either install the
11+ ``neopixel `` package using :term: `mip `, or you can download the module
12+ directly from
13+ <https://raw.githubusercontent.com/micropython/micropython-lib/master/micropython/drivers/led/neopixel/neopixel.py>`_
1214 and copy it to the filesystem.
1315
1416class NeoPixel
Original file line number Diff line number Diff line change @@ -158,6 +158,8 @@ Glossary
158158 network-capable boards, and internally by tools such
159159 as :term: `mpremote `.
160160
161+ See :ref: `packages ` for more information on using ``mip ``.
162+
161163 mpremote
162164 A tool for interacting with a MicroPython device. See :ref: `mpremote `.
163165
You can’t perform that action at this time.
0 commit comments