docs/library/neopixel: Add note that neopixel is included in rp2 builds.

This commit is contained in:
Andrew Scheller 2022-07-22 17:28:30 +01:00 committed by Damien George
parent f736afb577
commit fa15aed0f7
1 changed files with 1 additions and 1 deletions

View File

@ -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.