diff options
| author | Andrew Scheller <andrew.scheller@raspberrypi.com> | 2022-07-22 17:28:30 +0100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-07-23 23:27:04 +1000 |
| commit | fa15aed0f718562871288aa174e91507a134db28 (patch) | |
| tree | 122341b84636507f87048b423d3c4e41a10afa5c | |
| parent | f736afb577f91cee2a53a22ea17b61755e3f44fc (diff) | |
docs/library/neopixel: Add note that neopixel is included in rp2 builds.
| -rw-r--r-- | docs/library/neopixel.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/neopixel.rst b/docs/library/neopixel.rst index 1b37f088b..bc3b4e68a 100644 --- a/docs/library/neopixel.rst +++ b/docs/library/neopixel.rst @@ -6,7 +6,7 @@ This module provides a driver for WS2818 / NeoPixel LEDs. -.. note:: This module is only included by default on the ESP8266 and ESP32 +.. 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>`_ and copy it to the filesystem. |
