Add NeoPixel Library for Datanoise PicoADK.

This commit is contained in:
Sylwester 2023-07-13 12:04:27 +02:00 committed by Dan Halbert
parent a4b4f57ff1
commit d84c69c056
1 changed files with 3 additions and 0 deletions

View File

@ -7,3 +7,6 @@ CHIP_VARIANT = RP2040
CHIP_FAMILY = rp2
EXTERNAL_FLASH_DEVICES = "GD25Q32C,W25Q32JVxQ"
# Include these Python libraries in firmware.
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel