From 3ecbaf1e068faf5a0cf52589ed7f88755acabd71 Mon Sep 17 00:00:00 2001 From: Jim Mussared Date: Mon, 5 Dec 2022 17:31:41 +1100 Subject: [PATCH] docs/library/neopixel: Update GitHub URL for neopixel.py link. Signed-off-by: Jim Mussared --- docs/library/neopixel.rst | 6 ++++-- docs/reference/glossary.rst | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/library/neopixel.rst b/docs/library/neopixel.rst index bc3b4e68a4..543f258812 100644 --- a/docs/library/neopixel.rst +++ b/docs/library/neopixel.rst @@ -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 - `_ + ports. On STM32 / Pyboard and others, you can either install the + ``neopixel`` package using :term:`mip`, or you can download the module + directly from + `_ and copy it to the filesystem. class NeoPixel diff --git a/docs/reference/glossary.rst b/docs/reference/glossary.rst index 4c66f70319..74524b22fd 100644 --- a/docs/reference/glossary.rst +++ b/docs/reference/glossary.rst @@ -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`.