summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Scheller <andrew.scheller@raspberrypi.com>2022-07-22 17:28:30 +0100
committerDamien George <damien@micropython.org>2022-07-23 23:27:04 +1000
commitfa15aed0f718562871288aa174e91507a134db28 (patch)
tree122341b84636507f87048b423d3c4e41a10afa5c
parentf736afb577f91cee2a53a22ea17b61755e3f44fc (diff)
docs/library/neopixel: Add note that neopixel is included in rp2 builds.
-rw-r--r--docs/library/neopixel.rst2
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.