docs/library/neopixel: Change link to a micropython-lib reference.

Signed-off-by: Andy Piper <andypiperuk@gmail.com>
pull/11813/head
Andy Piper 2023-06-18 22:10:13 +01:00 zatwierdzone przez Damien George
rodzic 141750ff79
commit 845d0c79ff
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -9,9 +9,7 @@ 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 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.
directly from :term:`micropython-lib` and copy it to the filesystem.
class NeoPixel
--------------