Added Frozen Modules LSM6DS and DotStar

This commit is contained in:
mrangen 2023-06-12 22:57:03 -06:00
parent e5c5315966
commit 032cd4721c

View File

@ -10,3 +10,7 @@ EXTERNAL_FLASH_DEVICES = "W25Q16JVxQ"
CIRCUITPY__EVE = 1
CIRCUITPY_PICODVI = 1
# Include these Python libraries in firmware.
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_LSM6DS/frozen_cpx
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_DotStar/frozen_cpx