Update mpconfigboard.mk

This commit is contained in:
Michael Rangen 2023-11-26 18:20:07 -07:00 committed by GitHub
parent 22f232b288
commit 0d57fc4d8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -13,3 +13,5 @@ CIRCUITPY_BITBANG_APA102 = 1
# Include these Python libraries in firmware.
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_LSM6DS/
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_DotStar/
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Register/
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_FancyLED/