summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.