Skip to content

Commit

Permalink
docs/library/neopixel: Update GitHub URL for neopixel.py link.
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
  • Loading branch information
jimmo authored and dpgeorge committed Dec 7, 2022
1 parent a6fd13a commit 3ecbaf1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/library/neopixel.rst
Expand Up @@ -7,8 +7,10 @@
This module provides a driver for WS2818 / NeoPixel LEDs.

.. note:: This module is only included by default on the ESP8266, ESP32 and RP2
ports. On STM32 / Pyboard, you can `download the module
<https://github.com/micropython/micropython/blob/master/drivers/neopixel/neopixel.py>`_
ports. On STM32 / Pyboard and others, you can either install the
``neopixel`` package using :term:`mip`, or you can download the module
directly from
<https://raw.githubusercontent.com/micropython/micropython-lib/master/micropython/drivers/led/neopixel/neopixel.py>`_
and copy it to the filesystem.

class NeoPixel
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/glossary.rst
Expand Up @@ -158,6 +158,8 @@ Glossary
network-capable boards, and internally by tools such
as :term:`mpremote`.

See :ref:`packages` for more information on using ``mip``.

mpremote
A tool for interacting with a MicroPython device. See :ref:`mpremote`.

Expand Down

0 comments on commit 3ecbaf1

Please sign in to comment.