docs/library/neopixel: Update GitHub URL for neopixel.py link.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
pull/10161/head
Jim Mussared 2022-12-05 17:31:41 +11:00 zatwierdzone przez Damien George
rodzic a6fd13a026
commit 3ecbaf1e06
2 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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`.