docs/library/neopixel: Add note that neopixel is included in rp2 builds.
This commit is contained in:
parent
f736afb577
commit
fa15aed0f7
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
This module provides a driver for WS2818 / NeoPixel LEDs.
|
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
|
ports. On STM32 / Pyboard, you can `download the module
|
||||||
<https://github.com/micropython/micropython/blob/master/drivers/neopixel/neopixel.py>`_
|
<https://github.com/micropython/micropython/blob/master/drivers/neopixel/neopixel.py>`_
|
||||||
and copy it to the filesystem.
|
and copy it to the filesystem.
|
||||||
|
|
Loading…
Reference in New Issue