We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b4f57 commit d84c69cCopy full SHA for d84c69c
ports/raspberrypi/boards/datanoise_picoadk/mpconfigboard.mk
@@ -7,3 +7,6 @@ CHIP_VARIANT = RP2040
7
CHIP_FAMILY = rp2
8
9
EXTERNAL_FLASH_DEVICES = "GD25Q32C,W25Q32JVxQ"
10
+
11
+# Include these Python libraries in firmware.
12
+FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
0 commit comments