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

pull/8922/merge
Andrew Scheller 2022-07-22 17:28:30 +01:00 zatwierdzone przez Damien George
rodzic f736afb577
commit fa15aed0f7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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