Skip to content

Commit 3ecbaf1

Browse files
jimmodpgeorge
authored andcommitted
docs/library/neopixel: Update GitHub URL for neopixel.py link.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
1 parent a6fd13a commit 3ecbaf1

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/library/neopixel.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
This 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

1416
class NeoPixel

docs/reference/glossary.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)