diff options
Diffstat (limited to 'docs/library')
| -rw-r--r-- | docs/library/neopixel.rst | 6 |
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 |
