summaryrefslogtreecommitdiff
path: root/docs/library
diff options
context:
space:
mode:
authorJim Mussared <jim.mussared@gmail.com>2022-12-05 17:31:41 +1100
committerDamien George <damien@micropython.org>2022-12-07 13:36:20 +1100
commit3ecbaf1e068faf5a0cf52589ed7f88755acabd71 (patch)
tree159be7d6b634005b9751cddd3830354aec3a6c19 /docs/library
parenta6fd13a02673a3723e737a5cd2443cc0375ba29e (diff)
docs/library/neopixel: Update GitHub URL for neopixel.py link.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'docs/library')
-rw-r--r--docs/library/neopixel.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/library/neopixel.rst b/docs/library/neopixel.rst
index bc3b4e68a..543f25881 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
- <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